Html Css Color HEX #213E02 Pine Tree

📋 copy color: '#213E02'

red 33 ◦ green 62 ◦ blue 2

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

Shades of Pine Tree #213E02

Tints of Pine Tree #213E02

RGB

 RED value IS 33 (13.28% from 255) = 34.02%

 GREEN value IS 62 (24.61% from 255) = 63.92%

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

R = 34.02%
G = 63.92%
B = 2.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#213E02 (or 0x213E02) is known color: Pine Tree. HEX triplet: 21, 3E and 02. RGB value is (33,62,2). Sum of RGB (Red+Green+Blue) = 33+62+2=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 62 (24.61% from 255 or 63.92% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 62 - color contains mainly: green. Hex color #213E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213E02 is #DEC1FD. Grayscale: #2E2E2E. Windows color (decimal): -14598654 or 146977. OLE color: 146977.

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

Color convert

RGB 33 62 2 -
CMYK 0.47 0 0.97 0.76
HSL 89º 0.94% 0.13% -
HSV(B) 89º 0.97% 0.24% -
XYZ 2.36 3.77 0.66 -
YUV 46.49 102.89 118.38 -
System Red Green Blue C M Y K H S L
Decimal 33 62 2 0.47 0 0.97 0.76 89 0.94 0.13
Hex 21 3E 2 2F 0 61 4C 59 5E D
Octal 41 76 2 57 0 141 114 131 136 15
Binary 100001 111110 10 101111 0 1100001 1001100 1011001 1011110 1101

Color Harmonies of #213E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E02

Black with #213E02

Text Example


Text Example

White with #213E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,62,2); }

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

background-color css

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

 a { background-color: rgb(33,62,2); }

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

border-color css

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

 span { border-color: rgb(33,62,2); }

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