#253E0C

Color #253E0C Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #253E0C

Tints of Pine Tree #253E0C

Color information

#253E0C (or 0x253E0C) is unknown color: approx Pine Tree. HEX triplet: 25, 3E and 0C. RGB value is (37,62,12). Sum of RGB (Red+Green+Blue) = 37+62+12=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #253E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253E0C is #DAC1F3. Grayscale: #313131. Windows color (decimal): -14336500 or 802341. OLE color: 802341.

HSL color Cylindrical-coordinate representation of color #253E0C: hue angle of 90º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #253E0C is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.76.

Color convert

RGB376212-
CMYK0.4000.810.76
HSL90º67.57%14.51%-
HSV(B)90º80.65%24.31%-
XYZ2.553.870.96-
YUV48.82107.22119.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 62 (24.61% from 255) = 55.86%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=33.33%
G=55.86%
B=10.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3762120.4000.810.769067.5714.51
Hex253EC280514C5a44f
Octal45761450012111413210417
Binary1001011111101100101000010100011001100101101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253E0C; }

 p { color: rgb(37,62,12); }

 H1.HeaderClassName
 {
   color: #253E0C;
 }
 .AnyTagClassName
 {
   color: #253E0C;
 }
</style>
background-color css

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

 a { background-color: rgb(37,62,12); }

 div.DivClassName
 {
   background-color: #253E0C;
 }
 .BgClassName
 {
   background-color: #253E0C;
 }
</style>
border-color css

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

 span { border-color: rgb(37,62,12); }

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