Html Css Color HEX #122F00 Pine Tree

📋 copy color: '#122F00'

red 18 ◦ green 47 ◦ blue 0

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

Shades of Pine Tree #122F00

Tints of Pine Tree #122F00

RGB

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

 GREEN value IS 47 (18.75% from 255) = 72.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 27.69%
G = 72.31%
B = 0%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 1

 K value IS 0.82

RGB Variations

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

Color information

#122F00 (or 0x122F00) is known color: Pine Tree. HEX triplet: 12, 2F and 00. RGB value is (18,47,0). Sum of RGB (Red+Green+Blue) = 18+47+0=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 47 (18.75% from 255 or 72.31% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 47 - color contains mainly: green. Hex color #122F00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122F00 is #EDD0FF. Grayscale: #212121. Windows color (decimal): -15585536 or 12050. OLE color: 12050.

HSL color Cylindrical-coordinate representation of color #122F00: hue angle of 97.02º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #122F00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 47 0 -
CMYK 0.62 0 1 0.82
HSL 97.02º 1% 0.09% -
HSV(B) 97.02º 1% 0.18% -
XYZ 1.27 2.16 0.35 -
YUV 32.97 109.39 117.32 -
System Red Green Blue C M Y K H S L
Decimal 18 47 0 0.62 0 1 0.82 97.02 1 0.09
Hex 12 2F 0 3E 0 64 52 61 64 9
Octal 22 57 0 76 0 144 122 141 144 11
Binary 10010 101111 0 111110 0 1100100 1010010 1100001 1100100 1001

Color Harmonies of #122F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122F00

Black with #122F00

Text Example


Text Example

White with #122F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122F00; }

 p { color: rgb(18,47,0); }

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

background-color css

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

 a { background-color: rgb(18,47,0); }

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

border-color css

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

 span { border-color: rgb(18,47,0); }

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