Html Css Color HEX #102009 Pine Tree

📋 copy color: '#102009'

red 16 ◦ green 32 ◦ blue 9

#102009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #102009

Tints of Pine Tree #102009

RGB

 RED value IS 16 (6.64% from 255) = 28.07%

 GREEN value IS 32 (12.89% from 255) = 56.14%

 BLUE value IS 9 (3.91% from 255) = 15.79%

R = 28.07%
G = 56.14%
B = 15.79%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.72

 K value IS 0.87

RGB Variations

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

Color information

#102009 (or 0x102009) is known color: Pine Tree. HEX triplet: 10, 20 and 09. RGB value is (16,32,9). Sum of RGB (Red+Green+Blue) = 16+32+9=57 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.07% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #102009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102009 is #EFDFF6. Grayscale: #181818. Windows color (decimal): -15720439 or 598032. OLE color: 598032.

HSL color Cylindrical-coordinate representation of color #102009: hue angle of 101.74º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #102009 is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.87.

Color convert

RGB 16 32 9 -
CMYK 0.5 0 0.72 0.87
HSL 101.74º 0.56% 0.08% -
HSV(B) 101.74º 0.72% 0.13% -
XYZ 0.78 1.16 0.44 -
YUV 24.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 16 32 9 0.5 0 0.72 0.87 101.74 0.56 0.08
Hex 10 20 9 32 0 48 57 66 38 8
Octal 20 40 11 62 0 110 127 146 70 10
Binary 10000 100000 1001 110010 0 1001000 1010111 1100110 111000 1000

Color Harmonies of #102009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102009

Black with #102009

Text Example


Text Example

White with #102009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102009; }

 p { color: rgb(16,32,9); }

 H1.HeaderClassName
 {
   color: #102009;
 }
 .AnyTagClassName
 {
   color: #102009;
 }
</style>

background-color css

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

 a { background-color: rgb(16,32,9); }

 div.DivClassName
 {
   background-color: #102009;
 }
 .BgClassName
 {
   background-color: #102009;
 }
</style>

border-color css

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

 span { border-color: rgb(16,32,9); }

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