Html Css Color HEX #253D10 Pine Tree

📋 copy color: '#253D10'

red 37 ◦ green 61 ◦ blue 16

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

Shades of Pine Tree #253D10

Tints of Pine Tree #253D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.04%

R = 32.46%
G = 53.51%
B = 14.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.74

 K value IS 0.76

RGB Variations

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

Color information

#253D10 (or 0x253D10) is known color: Pine Tree. HEX triplet: 25, 3D and 10. RGB value is (37,61,16). Sum of RGB (Red+Green+Blue) = 37+61+16=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 61 (24.22% from 255 or 53.51% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 61 - color contains mainly: green. Hex color #253D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253D10 is #DAC2EF. Grayscale: #303030. Windows color (decimal): -14336752 or 1064229. OLE color: 1064229.

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

Color convert

RGB 37 61 16 -
CMYK 0.39 0 0.74 0.76
HSL 92º 0.58% 0.15% -
HSV(B) 92º 0.74% 0.24% -
XYZ 2.53 3.77 1.08 -
YUV 48.69 109.55 119.66 -
System Red Green Blue C M Y K H S L
Decimal 37 61 16 0.39 0 0.74 0.76 92 0.58 0.15
Hex 25 3D 10 27 0 4A 4C 5C 3A F
Octal 45 75 20 47 0 112 114 134 72 17
Binary 100101 111101 10000 100111 0 1001010 1001100 1011100 111010 1111

Color Harmonies of #253D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D10

Black with #253D10

Text Example


Text Example

White with #253D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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