Html Css Color HEX #213104 Pine Tree

📋 copy color: '#213104'

red 33 ◦ green 49 ◦ blue 4

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

Shades of Pine Tree #213104

Tints of Pine Tree #213104

RGB

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

 GREEN value IS 49 (19.53% from 255) = 56.98%

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

R = 38.37%
G = 56.98%
B = 4.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#213104 (or 0x213104) is known color: Pine Tree. HEX triplet: 21, 31 and 04. RGB value is (33,49,4). Sum of RGB (Red+Green+Blue) = 33+49+4=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 49 (19.53% from 255 or 56.98% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 49 - color contains mainly: green. Hex color #213104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213104 is #DECEFB. Grayscale: #272727. Windows color (decimal): -14601980 or 274721. OLE color: 274721.

HSL color Cylindrical-coordinate representation of color #213104: hue angle of 81.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #213104 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 49 4 -
CMYK 0.33 0 0.92 0.81
HSL 81.33º 0.85% 0.1% -
HSV(B) 81.33º 0.92% 0.19% -
XYZ 1.75 2.53 0.51 -
YUV 39.09 108.2 123.66 -
System Red Green Blue C M Y K H S L
Decimal 33 49 4 0.33 0 0.92 0.81 81.33 0.85 0.1
Hex 21 31 4 21 0 5C 51 51 55 A
Octal 41 61 4 41 0 134 121 121 125 12
Binary 100001 110001 100 100001 0 1011100 1010001 1010001 1010101 1010

Color Harmonies of #213104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213104

Black with #213104

Text Example


Text Example

White with #213104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213104; }

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

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

background-color css

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

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

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

border-color css

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

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

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