Html Css Color HEX #121E09 Pine Tree

📋 copy color: '#121E09'

red 18 ◦ green 30 ◦ blue 9

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

Shades of Pine Tree #121E09

Tints of Pine Tree #121E09

RGB

 RED value IS 18 (7.42% from 255) = 31.58%

 GREEN value IS 30 (12.11% from 255) = 52.63%

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

R = 31.58%
G = 52.63%
B = 15.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.88

RGB Variations

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

Color information

#121E09 (or 0x121E09) is known color: Pine Tree. HEX triplet: 12, 1E and 09. RGB value is (18,30,9). Sum of RGB (Red+Green+Blue) = 18+30+9=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #121E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E09 is #EDE1F6. Grayscale: #181818. Windows color (decimal): -15589879 or 597522. OLE color: 597522.

HSL color Cylindrical-coordinate representation of color #121E09: hue angle of 94.29º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #121E09 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 30 9 -
CMYK 0.40 0 0.70 0.88
HSL 94.29º 0.54% 0.08% -
HSV(B) 94.29º 0.7% 0.12% -
XYZ 0.76 1.08 0.43 -
YUV 24.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 18 30 9 0.40 0 0.70 0.88 94.29 0.54 0.08
Hex 12 1E 9 28 0 46 58 5E 36 8
Octal 22 36 11 50 0 106 130 136 66 10
Binary 10010 11110 1001 101000 0 1000110 1011000 1011110 110110 1000

Color Harmonies of #121E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E09

Black with #121E09

Text Example


Text Example

White with #121E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121E09; }

 p { color: rgb(18,30,9); }

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

background-color css

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

 a { background-color: rgb(18,30,9); }

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

border-color css

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

 span { border-color: rgb(18,30,9); }

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