Html Css Color HEX #213015 Pine Tree

📋 copy color: '#213015'

red 33 ◦ green 48 ◦ blue 21

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

Shades of Pine Tree #213015

Tints of Pine Tree #213015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 47.06%

 BLUE value IS 21 (8.59% from 255) = 20.59%

R = 32.35%
G = 47.06%
B = 20.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#213015 (or 0x213015) is known color: Pine Tree. HEX triplet: 21, 30 and 15. RGB value is (33,48,21). Sum of RGB (Red+Green+Blue) = 33+48+21=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #213015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213015 is #DECFEA. Grayscale: #282828. Windows color (decimal): -14602219 or 1388577. OLE color: 1388577.

HSL color Cylindrical-coordinate representation of color #213015: hue angle of 93.33º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #213015 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 48 21 -
CMYK 0.31 0 0.56 0.81
HSL 93.33º 0.39% 0.14% -
HSV(B) 93.33º 0.56% 0.19% -
XYZ 1.82 2.49 1.09 -
YUV 40.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 33 48 21 0.31 0 0.56 0.81 93.33 0.39 0.14
Hex 21 30 15 1F 0 38 51 5D 27 E
Octal 41 60 25 37 0 70 121 135 47 16
Binary 100001 110000 10101 11111 0 111000 1010001 1011101 100111 1110

Color Harmonies of #213015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213015

Black with #213015

Text Example


Text Example

White with #213015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213015; }

 p { color: rgb(33,48,21); }

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

background-color css

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

 a { background-color: rgb(33,48,21); }

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

border-color css

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

 span { border-color: rgb(33,48,21); }

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