Html Css Color HEX #224002 Pine Tree

📋 copy color: '#224002'

red 34 ◦ green 64 ◦ blue 2

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

Shades of Pine Tree #224002

Tints of Pine Tree #224002

RGB

 RED value IS 34 (13.67% from 255) = 34%

 GREEN value IS 64 (25.39% from 255) = 64%

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

R = 34%
G = 64%
B = 2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#224002 (or 0x224002) is known color: Pine Tree. HEX triplet: 22, 40 and 02. RGB value is (34,64,2). Sum of RGB (Red+Green+Blue) = 34+64+2=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 64 (25.39% from 255 or 64% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 64 - color contains mainly: green. Hex color #224002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224002 is #DDBFFD. Grayscale: #303030. Windows color (decimal): -14532606 or 147490. OLE color: 147490.

HSL color Cylindrical-coordinate representation of color #224002: hue angle of 89.03º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #224002 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 34 64 2 -
CMYK 0.47 0 0.97 0.75
HSL 89.03º 0.94% 0.13% -
HSV(B) 89.03º 0.97% 0.25% -
XYZ 2.5 4.01 0.7 -
YUV 47.96 102.06 118.04 -
System Red Green Blue C M Y K H S L
Decimal 34 64 2 0.47 0 0.97 0.75 89.03 0.94 0.13
Hex 22 40 2 2F 0 61 4B 59 5E D
Octal 42 100 2 57 0 141 113 131 136 15
Binary 100010 1000000 10 101111 0 1100001 1001011 1011001 1011110 1101

Color Harmonies of #224002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224002

Black with #224002

Text Example


Text Example

White with #224002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224002; }

 p { color: rgb(34,64,2); }

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

background-color css

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

 a { background-color: rgb(34,64,2); }

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

border-color css

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

 span { border-color: rgb(34,64,2); }

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