Html Css Color HEX #121E05 Pine Tree

📋 copy color: '#121E05'

red 18 ◦ green 30 ◦ blue 5

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

Shades of Pine Tree #121E05

Tints of Pine Tree #121E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 9.43%

R = 33.96%
G = 56.6%
B = 9.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.83

 K value IS 0.88

RGB Variations

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

Color information

#121E05 (or 0x121E05) is known color: Pine Tree. HEX triplet: 12, 1E and 05. RGB value is (18,30,5). Sum of RGB (Red+Green+Blue) = 18+30+5=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #121E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E05 is #EDE1FA. Grayscale: #171717. Windows color (decimal): -15589883 or 335378. OLE color: 335378.

HSL color Cylindrical-coordinate representation of color #121E05: hue angle of 88.8º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #121E05 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 30 5 -
CMYK 0.40 0 0.83 0.88
HSL 88.8º 0.71% 0.07% -
HSV(B) 88.8º 0.83% 0.12% -
XYZ 0.74 1.07 0.31 -
YUV 23.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 18 30 5 0.40 0 0.83 0.88 88.8 0.71 0.07
Hex 12 1E 5 28 0 53 58 59 47 7
Octal 22 36 5 50 0 123 130 131 107 7
Binary 10010 11110 101 101000 0 1010011 1011000 1011001 1000111 111

Color Harmonies of #121E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E05

Black with #121E05

Text Example


Text Example

White with #121E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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