Html Css Color HEX #253E2F English Holly

📋 copy color: '#253E2F'

red 37 ◦ green 62 ◦ blue 47

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

Shades of English Holly #253E2F

Tints of English Holly #253E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.19%

R = 25.34%
G = 42.47%
B = 32.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.76

RGB Variations

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

Color information

#253E2F (or 0x253E2F) is known color: English Holly. HEX triplet: 25, 3E and 2F. RGB value is (37,62,47). Sum of RGB (Red+Green+Blue) = 37+62+47=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 62 - color contains mainly: green. Hex color #253E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E2F is #DAC1D0. Grayscale: #343434. Windows color (decimal): -14336465 or 3096101. OLE color: 3096101.

HSL color Cylindrical-coordinate representation of color #253E2F: hue angle of 144º 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 #253E2F is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 62 47 -
CMYK 0.40 0 0.24 0.76
HSL 144º 0.25% 0.19% -
HSV(B) 144º 0.4% 0.24% -
XYZ 3 4.04 3.31 -
YUV 52.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 37 62 47 0.40 0 0.24 0.76 144 0.25 0.19
Hex 25 3E 2F 28 0 18 4C 90 19 13
Octal 45 76 57 50 0 30 114 220 31 23
Binary 100101 111110 101111 101000 0 11000 1001100 10010000 11001 10011

Color Harmonies of #253E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E2F

Black with #253E2F

Text Example


Text Example

White with #253E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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