Html Css Color HEX #121C07 Pine Tree

📋 copy color: '#121C07'

red 18 ◦ green 28 ◦ blue 7

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

Shades of Pine Tree #121C07

Tints of Pine Tree #121C07

RGB

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

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

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

R = 33.96%
G = 52.83%
B = 13.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.75

 K value IS 0.89

RGB Variations

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

Color information

#121C07 (or 0x121C07) is known color: Pine Tree. HEX triplet: 12, 1C and 07. RGB value is (18,28,7). Sum of RGB (Red+Green+Blue) = 18+28+7=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 28 (11.33% from 255 or 52.83% from 53); Blue value is 7 (3.12% from 255 or 13.21% from 53); Max value from RGB is 28 - color contains mainly: green. Hex color #121C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C07 is #EDE3F8. Grayscale: #161616. Windows color (decimal): -15590393 or 465938. OLE color: 465938.

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

Color convert

RGB 18 28 7 -
CMYK 0.36 0 0.75 0.89
HSL 88.57º 0.6% 0.07% -
HSV(B) 88.57º 0.75% 0.11% -
XYZ 0.7 0.97 0.35 -
YUV 22.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 18 28 7 0.36 0 0.75 0.89 88.57 0.6 0.07
Hex 12 1C 7 24 0 4B 59 59 3C 7
Octal 22 34 7 44 0 113 131 131 74 7
Binary 10010 11100 111 100100 0 1001011 1011001 1011001 111100 111

Color Harmonies of #121C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C07

Black with #121C07

Text Example


Text Example

White with #121C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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