Html Css Color HEX #122902 Pine Tree

📋 copy color: '#122902'

red 18 ◦ green 41 ◦ blue 2

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

Shades of Pine Tree #122902

Tints of Pine Tree #122902

RGB

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

 GREEN value IS 41 (16.41% from 255) = 67.21%

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

R = 29.51%
G = 67.21%
B = 3.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#122902 (or 0x122902) is known color: Pine Tree. HEX triplet: 12, 29 and 02. RGB value is (18,41,2). Sum of RGB (Red+Green+Blue) = 18+41+2=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 41 (16.41% from 255 or 67.21% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 41 - color contains mainly: green. Hex color #122902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122902 is #EDD6FD. Grayscale: #1D1D1D. Windows color (decimal): -15587070 or 141586. OLE color: 141586.

HSL color Cylindrical-coordinate representation of color #122902: hue angle of 95.38º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #122902 is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 41 2 -
CMYK 0.56 0 0.95 0.84
HSL 95.38º 0.91% 0.08% -
HSV(B) 95.38º 0.95% 0.16% -
XYZ 1.05 1.72 0.33 -
YUV 29.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 18 41 2 0.56 0 0.95 0.84 95.38 0.91 0.08
Hex 12 29 2 38 0 5F 54 5F 5B 8
Octal 22 51 2 70 0 137 124 137 133 10
Binary 10010 101001 10 111000 0 1011111 1010100 1011111 1011011 1000

Color Harmonies of #122902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122902

Black with #122902

Text Example


Text Example

White with #122902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122902; }

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

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

background-color css

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

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

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

border-color css

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

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

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