Html Css Color HEX #121D09 Pine Tree

📋 copy color: '#121D09'

red 18 ◦ green 29 ◦ blue 9

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

Shades of Pine Tree #121D09

Tints of Pine Tree #121D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 51.79%

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

R = 32.14%
G = 51.79%
B = 16.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.69

 K value IS 0.89

RGB Variations

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

Color information

#121D09 (or 0x121D09) is known color: Pine Tree. HEX triplet: 12, 1D and 09. RGB value is (18,29,9). Sum of RGB (Red+Green+Blue) = 18+29+9=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 29 (11.72% from 255 or 51.79% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 29 - color contains mainly: green. Hex color #121D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D09 is #EDE2F6. Grayscale: #171717. Windows color (decimal): -15590135 or 597266. OLE color: 597266.

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

Color convert

RGB 18 29 9 -
CMYK 0.38 0 0.69 0.89
HSL 93º 0.53% 0.07% -
HSV(B) 93º 0.69% 0.11% -
XYZ 0.74 1.03 0.42 -
YUV 23.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 18 29 9 0.38 0 0.69 0.89 93 0.53 0.07
Hex 12 1D 9 26 0 45 59 5D 35 7
Octal 22 35 11 46 0 105 131 135 65 7
Binary 10010 11101 1001 100110 0 1000101 1011001 1011101 110101 111

Color Harmonies of #121D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D09

Black with #121D09

Text Example


Text Example

White with #121D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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