Html Css Color HEX #21251C Pine Tree

📋 copy color: '#21251C'

red 33 ◦ green 37 ◦ blue 28

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

Shades of Pine Tree #21251C

Tints of Pine Tree #21251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 37.76%

 BLUE value IS 28 (11.33% from 255) = 28.57%

R = 33.67%
G = 37.76%
B = 28.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#21251C (or 0x21251C) is known color: Pine Tree. HEX triplet: 21, 25 and 1C. RGB value is (33,37,28). Sum of RGB (Red+Green+Blue) = 33+37+28=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 37 - color contains mainly: green. Hex color #21251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21251C is #DEDAE3. Grayscale: #222222. Windows color (decimal): -14605028 or 1844513. OLE color: 1844513.

HSL color Cylindrical-coordinate representation of color #21251C: hue angle of 86.67º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #21251C is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 37 28 -
CMYK 0.11 0 0.24 0.85
HSL 86.67º 0.14% 0.13% -
HSV(B) 86.67º 0.24% 0.15% -
XYZ 1.5 1.73 1.35 -
YUV 34.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 33 37 28 0.11 0 0.24 0.85 86.67 0.14 0.13
Hex 21 25 1C B 0 18 55 57 E D
Octal 41 45 34 13 0 30 125 127 16 15
Binary 100001 100101 11100 1011 0 11000 1010101 1010111 1110 1101

Color Harmonies of #21251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21251C

Black with #21251C

Text Example


Text Example

White with #21251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21251C; }

 p { color: rgb(33,37,28); }

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

background-color css

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

 a { background-color: rgb(33,37,28); }

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

border-color css

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

 span { border-color: rgb(33,37,28); }

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