Html Css Color HEX #204002 Pine Tree

📋 copy color: '#204002'

red 32 ◦ green 64 ◦ blue 2

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

Shades of Pine Tree #204002

Tints of Pine Tree #204002

RGB

 RED value IS 32 (12.89% from 255) = 32.65%

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

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

R = 32.65%
G = 65.31%
B = 2.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#204002 (or 0x204002) is known color: Pine Tree. HEX triplet: 20, 40 and 02. RGB value is (32,64,2). Sum of RGB (Red+Green+Blue) = 32+64+2=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #204002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204002 is #DFBFFD. Grayscale: #2F2F2F. Windows color (decimal): -14663678 or 147488. OLE color: 147488.

HSL color Cylindrical-coordinate representation of color #204002: hue angle of 90.97º 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 #204002 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 64 2 -
CMYK 0.50 0 0.97 0.75
HSL 90.97º 0.94% 0.13% -
HSV(B) 90.97º 0.97% 0.25% -
XYZ 2.44 3.98 0.7 -
YUV 47.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 32 64 2 0.50 0 0.97 0.75 90.97 0.94 0.13
Hex 20 40 2 32 0 61 4B 5B 5E D
Octal 40 100 2 62 0 141 113 133 136 15
Binary 100000 1000000 10 110010 0 1100001 1001011 1011011 1011110 1101

Color Harmonies of #204002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204002

Black with #204002

Text Example


Text Example

White with #204002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204002; }

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

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

background-color css

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

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

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

border-color css

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

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

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