Html Css Color HEX #253E31 English Holly

📋 copy color: '#253E31'

red 37 ◦ green 62 ◦ blue 49

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

Shades of English Holly #253E31

Tints of English Holly #253E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 33.11%

R = 25%
G = 41.89%
B = 33.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#253E31 (or 0x253E31) is known color: English Holly. HEX triplet: 25, 3E and 31. RGB value is (37,62,49). Sum of RGB (Red+Green+Blue) = 37+62+49=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 62 - color contains mainly: green. Hex color #253E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E31 is #DAC1CE. Grayscale: #353535. Windows color (decimal): -14336463 or 3227173. OLE color: 3227173.

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

Color convert

RGB 37 62 49 -
CMYK 0.40 0 0.21 0.76
HSL 148.8º 0.25% 0.19% -
HSV(B) 148.8º 0.4% 0.24% -
XYZ 3.04 4.06 3.53 -
YUV 53.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 37 62 49 0.40 0 0.21 0.76 148.8 0.25 0.19
Hex 25 3E 31 28 0 15 4C 95 19 13
Octal 45 76 61 50 0 25 114 225 31 23
Binary 100101 111110 110001 101000 0 10101 1001100 10010101 11001 10011

Color Harmonies of #253E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E31

Black with #253E31

Text Example


Text Example

White with #253E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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