Html Css Color HEX #213A04 Pine Tree

📋 copy color: '#213A04'

red 33 ◦ green 58 ◦ blue 4

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

Shades of Pine Tree #213A04

Tints of Pine Tree #213A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 61.05%

 BLUE value IS 4 (1.95% from 255) = 4.21%

R = 34.74%
G = 61.05%
B = 4.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.93

 K value IS 0.77

RGB Variations

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

Color information

#213A04 (or 0x213A04) is known color: Pine Tree. HEX triplet: 21, 3A and 04. RGB value is (33,58,4). Sum of RGB (Red+Green+Blue) = 33+58+4=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 58 (23.05% from 255 or 61.05% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 58 - color contains mainly: green. Hex color #213A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213A04 is #DEC5FB. Grayscale: #2C2C2C. Windows color (decimal): -14599676 or 277025. OLE color: 277025.

HSL color Cylindrical-coordinate representation of color #213A04: hue angle of 87.78º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #213A04 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.77.

Color convert

RGB 33 58 4 -
CMYK 0.43 0 0.93 0.77
HSL 87.78º 0.87% 0.12% -
HSV(B) 87.78º 0.93% 0.23% -
XYZ 2.16 3.36 0.65 -
YUV 44.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 33 58 4 0.43 0 0.93 0.77 87.78 0.87 0.12
Hex 21 3A 4 2B 0 5D 4D 58 57 C
Octal 41 72 4 53 0 135 115 130 127 14
Binary 100001 111010 100 101011 0 1011101 1001101 1011000 1010111 1100

Color Harmonies of #213A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A04

Black with #213A04

Text Example


Text Example

White with #213A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,58,4); }

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

background-color css

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

 a { background-color: rgb(33,58,4); }

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

border-color css

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

 span { border-color: rgb(33,58,4); }

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