Html Css Color HEX #253212 Pine Tree

📋 copy color: '#253212'

red 37 ◦ green 50 ◦ blue 18

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

Shades of Pine Tree #253212

Tints of Pine Tree #253212

RGB

 RED value IS 37 (14.84% from 255) = 35.24%

 GREEN value IS 50 (19.92% from 255) = 47.62%

 BLUE value IS 18 (7.42% from 255) = 17.14%

R = 35.24%
G = 47.62%
B = 17.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#253212 (or 0x253212) is known color: Pine Tree. HEX triplet: 25, 32 and 12. RGB value is (37,50,18). Sum of RGB (Red+Green+Blue) = 37+50+18=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #253212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253212 is #DACDED. Grayscale: #2A2A2A. Windows color (decimal): -14339566 or 1192485. OLE color: 1192485.

HSL color Cylindrical-coordinate representation of color #253212: hue angle of 84.38º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253212 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 18 -
CMYK 0.26 0 0.64 0.80
HSL 84.38º 0.47% 0.13% -
HSV(B) 84.38º 0.64% 0.2% -
XYZ 2.01 2.72 0.99 -
YUV 42.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 37 50 18 0.26 0 0.64 0.80 84.38 0.47 0.13
Hex 25 32 12 1A 0 40 50 54 2F D
Octal 45 62 22 32 0 100 120 124 57 15
Binary 100101 110010 10010 11010 0 1000000 1010000 1010100 101111 1101

Color Harmonies of #253212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253212

Black with #253212

Text Example


Text Example

White with #253212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253212; }

 p { color: rgb(37,50,18); }

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

background-color css

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

 a { background-color: rgb(37,50,18); }

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

border-color css

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

 span { border-color: rgb(37,50,18); }

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