Html Css Color HEX #213A07 Pine Tree

📋 copy color: '#213A07'

red 33 ◦ green 58 ◦ blue 7

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

Shades of Pine Tree #213A07

Tints of Pine Tree #213A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.14%

R = 33.67%
G = 59.18%
B = 7.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.77

RGB Variations

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

Color information

#213A07 (or 0x213A07) is known color: Pine Tree. HEX triplet: 21, 3A and 07. RGB value is (33,58,7). Sum of RGB (Red+Green+Blue) = 33+58+7=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 58 (23.05% from 255 or 59.18% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 58 - color contains mainly: green. Hex color #213A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213A07 is #DEC5F8. Grayscale: #2C2C2C. Windows color (decimal): -14599673 or 473633. OLE color: 473633.

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

Color convert

RGB 33 58 7 -
CMYK 0.43 0 0.88 0.77
HSL 89.41º 0.78% 0.13% -
HSV(B) 89.41º 0.88% 0.23% -
XYZ 2.18 3.36 0.74 -
YUV 44.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 33 58 7 0.43 0 0.88 0.77 89.41 0.78 0.13
Hex 21 3A 7 2B 0 58 4D 59 4E D
Octal 41 72 7 53 0 130 115 131 116 15
Binary 100001 111010 111 101011 0 1011000 1001101 1011001 1001110 1101

Color Harmonies of #213A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A07

Black with #213A07

Text Example


Text Example

White with #213A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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