Html Css Color HEX #121D07 Pine Tree

📋 copy color: '#121D07'

red 18 ◦ green 29 ◦ blue 7

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

Shades of Pine Tree #121D07

Tints of Pine Tree #121D07

RGB

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

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

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

R = 33.33%
G = 53.7%
B = 12.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.76

 K value IS 0.89

RGB Variations

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

Color information

#121D07 (or 0x121D07) is known color: Pine Tree. HEX triplet: 12, 1D and 07. RGB value is (18,29,7). Sum of RGB (Red+Green+Blue) = 18+29+7=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 29 (11.72% from 255 or 53.70% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 29 - color contains mainly: green. Hex color #121D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D07 is #EDE2F8. Grayscale: #171717. Windows color (decimal): -15590137 or 466194. OLE color: 466194.

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

Color convert

RGB 18 29 7 -
CMYK 0.38 0 0.76 0.89
HSL 90º 0.61% 0.07% -
HSV(B) 90º 0.76% 0.11% -
XYZ 0.73 1.02 0.36 -
YUV 23.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 18 29 7 0.38 0 0.76 0.89 90 0.61 0.07
Hex 12 1D 7 26 0 4C 59 5A 3D 7
Octal 22 35 7 46 0 114 131 132 75 7
Binary 10010 11101 111 100110 0 1001100 1011001 1011010 111101 111

Color Harmonies of #121D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D07

Black with #121D07

Text Example


Text Example

White with #121D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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