Html Css Color HEX #121E07 Pine Tree

📋 copy color: '#121E07'

red 18 ◦ green 30 ◦ blue 7

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

Shades of Pine Tree #121E07

Tints of Pine Tree #121E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 12.73%

R = 32.73%
G = 54.55%
B = 12.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.77

 K value IS 0.88

RGB Variations

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

Color information

#121E07 (or 0x121E07) is known color: Pine Tree. HEX triplet: 12, 1E and 07. RGB value is (18,30,7). Sum of RGB (Red+Green+Blue) = 18+30+7=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 30 (12.11% from 255 or 54.55% from 55); Blue value is 7 (3.12% from 255 or 12.73% from 55); Max value from RGB is 30 - color contains mainly: green. Hex color #121E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E07 is #EDE1F8. Grayscale: #171717. Windows color (decimal): -15589881 or 466450. OLE color: 466450.

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

Color convert

RGB 18 30 7 -
CMYK 0.40 0 0.77 0.88
HSL 91.3º 0.62% 0.07% -
HSV(B) 91.3º 0.77% 0.12% -
XYZ 0.75 1.07 0.37 -
YUV 23.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 18 30 7 0.40 0 0.77 0.88 91.3 0.62 0.07
Hex 12 1E 7 28 0 4D 58 5B 3E 7
Octal 22 36 7 50 0 115 130 133 76 7
Binary 10010 11110 111 101000 0 1001101 1011000 1011011 111110 111

Color Harmonies of #121E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E07

Black with #121E07

Text Example


Text Example

White with #121E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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