Html Css Color HEX #253E0F Pine Tree

📋 copy color: '#253E0F'

red 37 ◦ green 62 ◦ blue 15

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

Shades of Pine Tree #253E0F

Tints of Pine Tree #253E0F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 54.39%

 BLUE value IS 15 (6.25% from 255) = 13.16%

R = 32.46%
G = 54.39%
B = 13.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.76

 K value IS 0.76

RGB Variations

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

Color information

#253E0F (or 0x253E0F) is known color: Pine Tree. HEX triplet: 25, 3E and 0F. RGB value is (37,62,15). Sum of RGB (Red+Green+Blue) = 37+62+15=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 62 (24.61% from 255 or 54.39% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 62 - color contains mainly: green. Hex color #253E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253E0F is #DAC1F0. Grayscale: #313131. Windows color (decimal): -14336497 or 998949. OLE color: 998949.

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

Color convert

RGB 37 62 15 -
CMYK 0.40 0 0.76 0.76
HSL 91.91º 0.61% 0.15% -
HSV(B) 91.91º 0.76% 0.24% -
XYZ 2.57 3.87 1.06 -
YUV 49.17 108.72 119.32 -
System Red Green Blue C M Y K H S L
Decimal 37 62 15 0.40 0 0.76 0.76 91.91 0.61 0.15
Hex 25 3E F 28 0 4C 4C 5C 3D F
Octal 45 76 17 50 0 114 114 134 75 17
Binary 100101 111110 1111 101000 0 1001100 1001100 1011100 111101 1111

Color Harmonies of #253E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E0F

Black with #253E0F

Text Example


Text Example

White with #253E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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