Html Css Color HEX #121C09 Pine Tree

📋 copy color: '#121C09'

red 18 ◦ green 28 ◦ blue 9

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

Shades of Pine Tree #121C09

Tints of Pine Tree #121C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 50.91%

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

R = 32.73%
G = 50.91%
B = 16.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.68

 K value IS 0.89

RGB Variations

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

Color information

#121C09 (or 0x121C09) is known color: Pine Tree. HEX triplet: 12, 1C and 09. RGB value is (18,28,9). Sum of RGB (Red+Green+Blue) = 18+28+9=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #121C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C09 is #EDE3F6. Grayscale: #161616. Windows color (decimal): -15590391 or 597010. OLE color: 597010.

HSL color Cylindrical-coordinate representation of color #121C09: hue angle of 91.58º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121C09 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 28 9 -
CMYK 0.36 0 0.68 0.89
HSL 91.58º 0.51% 0.07% -
HSV(B) 91.58º 0.68% 0.11% -
XYZ 0.71 0.98 0.41 -
YUV 22.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 18 28 9 0.36 0 0.68 0.89 91.58 0.51 0.07
Hex 12 1C 9 24 0 44 59 5C 33 7
Octal 22 34 11 44 0 104 131 134 63 7
Binary 10010 11100 1001 100100 0 1000100 1011001 1011100 110011 111

Color Harmonies of #121C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C09

Black with #121C09

Text Example


Text Example

White with #121C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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