Html Css Color HEX #254030 English Holly

📋 copy color: '#254030'

red 37 ◦ green 64 ◦ blue 48

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

Shades of English Holly #254030

Tints of English Holly #254030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 32.21%

R = 24.83%
G = 42.95%
B = 32.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#254030 (or 0x254030) is known color: English Holly. HEX triplet: 25, 40 and 30. RGB value is (37,64,48). Sum of RGB (Red+Green+Blue) = 37+64+48=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #254030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254030 is #DABFCF. Grayscale: #363636. Windows color (decimal): -14335952 or 3162149. OLE color: 3162149.

HSL color Cylindrical-coordinate representation of color #254030: hue angle of 144.44º 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 #254030 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 64 48 -
CMYK 0.42 0 0.25 0.75
HSL 144.44º 0.27% 0.2% -
HSV(B) 144.44º 0.42% 0.25% -
XYZ 3.13 4.27 3.46 -
YUV 54.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 37 64 48 0.42 0 0.25 0.75 144.44 0.27 0.2
Hex 25 40 30 2A 0 19 4B 90 1B 14
Octal 45 100 60 52 0 31 113 220 33 24
Binary 100101 1000000 110000 101010 0 11001 1001011 10010000 11011 10100

Color Harmonies of #254030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254030

Black with #254030

Text Example


Text Example

White with #254030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254030; }

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

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

background-color css

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

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

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

border-color css

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

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

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