Html Css Color HEX #213E03 Pine Tree

📋 copy color: '#213E03'

red 33 ◦ green 62 ◦ blue 3

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

Shades of Pine Tree #213E03

Tints of Pine Tree #213E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.06%

R = 33.67%
G = 63.27%
B = 3.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.95

 K value IS 0.76

RGB Variations

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

Color information

#213E03 (or 0x213E03) is known color: Pine Tree. HEX triplet: 21, 3E and 03. RGB value is (33,62,3). Sum of RGB (Red+Green+Blue) = 33+62+3=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 62 (24.61% from 255 or 63.27% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 62 - color contains mainly: green. Hex color #213E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213E03 is #DEC1FC. Grayscale: #2E2E2E. Windows color (decimal): -14598653 or 212513. OLE color: 212513.

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

Color convert

RGB 33 62 3 -
CMYK 0.47 0 0.95 0.76
HSL 89.49º 0.91% 0.13% -
HSV(B) 89.49º 0.95% 0.24% -
XYZ 2.37 3.78 0.69 -
YUV 46.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 33 62 3 0.47 0 0.95 0.76 89.49 0.91 0.13
Hex 21 3E 3 2F 0 5F 4C 59 5B D
Octal 41 76 3 57 0 137 114 131 133 15
Binary 100001 111110 11 101111 0 1011111 1001100 1011001 1011011 1101

Color Harmonies of #213E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E03

Black with #213E03

Text Example


Text Example

White with #213E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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