#253D07

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

Shades of Pine Tree #253D07

Tints of Pine Tree #253D07

Color information

#253D07 (or 0x253D07) is unknown color: approx Pine Tree. HEX triplet: 25, 3D and 07. RGB value is (37,61,7). Sum of RGB (Red+Green+Blue) = 37+61+7=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 61 (24.22% from 255 or 58.10% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 61 - color contains mainly: green. Hex color #253D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253D07 is #DAC2F8. Grayscale: #2F2F2F. Windows color (decimal): -14336761 or 474405. OLE color: 474405.

HSL color Cylindrical-coordinate representation of color #253D07: hue angle of 86.67º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #253D07 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.76.

Color convert

RGB37617-
CMYK0.3900.890.76
HSL86.67º79.41%13.33%-
HSV(B)86.67º88.52%23.92%-
XYZ2.473.750.79-
YUV47.67105.05120.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.24%
GREEN value IS 61 (24.22% from 255) = 58.10%
BLUE value IS 7 (3.12% from 255) = 6.67%
R=35.24%
G=58.10%
B=6.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal376170.3900.890.7686.6779.4113.33
Hex253D7270594C574fd
Octal4575747013111412711715
Binary100101111101111100111010110011001100101011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,61,7); }

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

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

 a { background-color: rgb(37,61,7); }

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

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

 span { border-color: rgb(37,61,7); }

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