Html Css Color HEX #121E02 Pine Tree

📋 copy color: '#121E02'

red 18 ◦ green 30 ◦ blue 2

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

Shades of Pine Tree #121E02

Tints of Pine Tree #121E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 4%

R = 36%
G = 60%
B = 4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.88

RGB Variations

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

Color information

#121E02 (or 0x121E02) is known color: Pine Tree. HEX triplet: 12, 1E and 02. RGB value is (18,30,2). Sum of RGB (Red+Green+Blue) = 18+30+2=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 30 (12.11% from 255 or 60% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 30 - color contains mainly: green. Hex color #121E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E02 is #EDE1FD. Grayscale: #171717. Windows color (decimal): -15589886 or 138770. OLE color: 138770.

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

Color convert

RGB 18 30 2 -
CMYK 0.40 0 0.93 0.88
HSL 85.71º 0.88% 0.06% -
HSV(B) 85.71º 0.93% 0.12% -
XYZ 0.72 1.06 0.22 -
YUV 23.22 116.02 124.28 -
System Red Green Blue C M Y K H S L
Decimal 18 30 2 0.40 0 0.93 0.88 85.71 0.88 0.06
Hex 12 1E 2 28 0 5D 58 56 58 6
Octal 22 36 2 50 0 135 130 126 130 6
Binary 10010 11110 10 101000 0 1011101 1011000 1010110 1011000 110

Color Harmonies of #121E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E02

Black with #121E02

Text Example


Text Example

White with #121E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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