Html Css Color HEX #213F04 Pine Tree

📋 copy color: '#213F04'

red 33 ◦ green 63 ◦ blue 4

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

Shades of Pine Tree #213F04

Tints of Pine Tree #213F04

RGB

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

 GREEN value IS 63 (25% from 255) = 63%

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

R = 33%
G = 63%
B = 4%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#213F04 (or 0x213F04) is known color: Pine Tree. HEX triplet: 21, 3F and 04. RGB value is (33,63,4). Sum of RGB (Red+Green+Blue) = 33+63+4=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 63 (25% from 255 or 63% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 63 - color contains mainly: green. Hex color #213F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213F04 is #DEC0FB. Grayscale: #2F2F2F. Windows color (decimal): -14598396 or 278305. OLE color: 278305.

HSL color Cylindrical-coordinate representation of color #213F04: hue angle of 90.51º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #213F04 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 63 4 -
CMYK 0.48 0 0.94 0.75
HSL 90.51º 0.88% 0.13% -
HSV(B) 90.51º 0.94% 0.25% -
XYZ 2.43 3.89 0.74 -
YUV 47.3 103.56 117.8 -
System Red Green Blue C M Y K H S L
Decimal 33 63 4 0.48 0 0.94 0.75 90.51 0.88 0.13
Hex 21 3F 4 30 0 5E 4B 5B 58 D
Octal 41 77 4 60 0 136 113 133 130 15
Binary 100001 111111 100 110000 0 1011110 1001011 1011011 1011000 1101

Color Harmonies of #213F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F04

Black with #213F04

Text Example


Text Example

White with #213F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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