Html Css Color HEX #213D02 Pine Tree

📋 copy color: '#213D02'

red 33 ◦ green 61 ◦ blue 2

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

Shades of Pine Tree #213D02

Tints of Pine Tree #213D02

RGB

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

 GREEN value IS 61 (24.22% from 255) = 63.54%

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

R = 34.38%
G = 63.54%
B = 2.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#213D02 (or 0x213D02) is known color: Pine Tree. HEX triplet: 21, 3D and 02. RGB value is (33,61,2). Sum of RGB (Red+Green+Blue) = 33+61+2=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 61 (24.22% from 255 or 63.54% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 61 - color contains mainly: green. Hex color #213D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213D02 is #DEC2FD. Grayscale: #2E2E2E. Windows color (decimal): -14598910 or 146721. OLE color: 146721.

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

Color convert

RGB 33 61 2 -
CMYK 0.46 0 0.97 0.76
HSL 88.47º 0.94% 0.12% -
HSV(B) 88.47º 0.97% 0.24% -
XYZ 2.31 3.67 0.64 -
YUV 45.9 103.22 118.8 -
System Red Green Blue C M Y K H S L
Decimal 33 61 2 0.46 0 0.97 0.76 88.47 0.94 0.12
Hex 21 3D 2 2E 0 61 4C 58 5E C
Octal 41 75 2 56 0 141 114 130 136 14
Binary 100001 111101 10 101110 0 1100001 1001100 1011000 1011110 1100

Color Harmonies of #213D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D02

Black with #213D02

Text Example


Text Example

White with #213D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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