Html Css Color HEX #253D0F Pine Tree

📋 copy color: '#253D0F'

red 37 ◦ green 61 ◦ blue 15

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

Shades of Pine Tree #253D0F

Tints of Pine Tree #253D0F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 53.98%

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

R = 32.74%
G = 53.98%
B = 13.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#253D0F (or 0x253D0F) is known color: Pine Tree. HEX triplet: 25, 3D and 0F. RGB value is (37,61,15). Sum of RGB (Red+Green+Blue) = 37+61+15=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 61 (24.22% from 255 or 53.98% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 61 - color contains mainly: green. Hex color #253D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253D0F is #DAC2F0. Grayscale: #303030. Windows color (decimal): -14336753 or 998693. OLE color: 998693.

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

Color convert

RGB 37 61 15 -
CMYK 0.39 0 0.75 0.76
HSL 91.3º 0.61% 0.15% -
HSV(B) 91.3º 0.75% 0.24% -
XYZ 2.52 3.77 1.05 -
YUV 48.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 37 61 15 0.39 0 0.75 0.76 91.3 0.61 0.15
Hex 25 3D F 27 0 4B 4C 5B 3D F
Octal 45 75 17 47 0 113 114 133 75 17
Binary 100101 111101 1111 100111 0 1001011 1001100 1011011 111101 1111

Color Harmonies of #253D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D0F

Black with #253D0F

Text Example


Text Example

White with #253D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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