Html Css Color HEX #254031 English Holly

📋 copy color: '#254031'

red 37 ◦ green 64 ◦ blue 49

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

Shades of English Holly #254031

Tints of English Holly #254031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.67%

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

R = 24.67%
G = 42.67%
B = 32.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#254031 (or 0x254031) is known color: English Holly. HEX triplet: 25, 40 and 31. RGB value is (37,64,49). Sum of RGB (Red+Green+Blue) = 37+64+49=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #254031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254031 is #DABFCE. Grayscale: #363636. Windows color (decimal): -14335951 or 3227685. OLE color: 3227685.

HSL color Cylindrical-coordinate representation of color #254031: hue angle of 146.67º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #254031 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 64 49 -
CMYK 0.42 0 0.23 0.75
HSL 146.67º 0.27% 0.2% -
HSV(B) 146.67º 0.42% 0.25% -
XYZ 3.15 4.28 3.57 -
YUV 54.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 37 64 49 0.42 0 0.23 0.75 146.67 0.27 0.2
Hex 25 40 31 2A 0 17 4B 93 1B 14
Octal 45 100 61 52 0 27 113 223 33 24
Binary 100101 1000000 110001 101010 0 10111 1001011 10010011 11011 10100

Color Harmonies of #254031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254031

Black with #254031

Text Example


Text Example

White with #254031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254031; }

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

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

background-color css

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

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

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

border-color css

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

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

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