#10B349

Color #10B349 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #10B349

Tints of Dark Pastel Green #10B349

Color information

#10B349 (or 0x10B349) is unknown color: approx Dark Pastel Green. HEX triplet: 10, B3 and 49. RGB value is (16,179,73). Sum of RGB (Red+Green+Blue) = 16+179+73=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 179 (70.31% from 255 or 66.79% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 179 - color contains mainly: green. Hex color #10B349 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B349 is #EF4CB6. Grayscale: #767676. Windows color (decimal): -15682743 or 4829968. OLE color: 4829968.

HSL color Cylindrical-coordinate representation of color #10B349: hue angle of 140.98º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B349 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB1617973-
CMYK0.9100.590.30
HSL140.98º83.59%38.24%-
HSV(B)140.98º91.06%70.2%-
XYZ17.5432.8311.72-
YUV118.18102.555.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 5.97%
GREEN value IS 179 (70.31% from 255) = 66.79%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=5.97%
G=66.79%
B=27.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16179730.9100.590.30140.9883.5938.24
Hex10B3495B03B1E8d5426
Octal202631111330733621512446
Binary100001011001110010011011011011101111110100011011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10B349; }

 p { color: rgb(16,179,73); }

 H1.HeaderClassName
 {
   color: #10B349;
 }
 .AnyTagClassName
 {
   color: #10B349;
 }
</style>
background-color css

<style>
 a { background-color: #10B349; }

 a { background-color: rgb(16,179,73); }

 div.DivClassName
 {
   background-color: #10B349;
 }
 .BgClassName
 {
   background-color: #10B349;
 }
</style>
border-color css

<style>
 span { border-color: #10B349; }

 span { border-color: rgb(16,179,73); }

 td.TdClassName
 {
   border-color: #10B349;
 }
 .TagClassName
 {
   border-color: #10B349;
 }
</style>