Html Css Color HEX #244030 English Holly

📋 copy color: '#244030'

red 36 ◦ green 64 ◦ blue 48

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

Shades of English Holly #244030

Tints of English Holly #244030

RGB

 RED value IS 36 (14.45% from 255) = 24.32%

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

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

R = 24.32%
G = 43.24%
B = 32.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#244030 (or 0x244030) is known color: English Holly. HEX triplet: 24, 40 and 30. RGB value is (36,64,48). Sum of RGB (Red+Green+Blue) = 36+64+48=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #244030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244030 is #DBBFCF. Grayscale: #353535. Windows color (decimal): -14401488 or 3162148. OLE color: 3162148.

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

Color convert

RGB 36 64 48 -
CMYK 0.44 0 0.25 0.75
HSL 145.71º 0.28% 0.2% -
HSV(B) 145.71º 0.44% 0.25% -
XYZ 3.09 4.26 3.45 -
YUV 53.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 36 64 48 0.44 0 0.25 0.75 145.71 0.28 0.2
Hex 24 40 30 2C 0 19 4B 92 1C 14
Octal 44 100 60 54 0 31 113 222 34 24
Binary 100100 1000000 110000 101100 0 11001 1001011 10010010 11100 10100

Color Harmonies of #244030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244030

Black with #244030

Text Example


Text Example

White with #244030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244030; }

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

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

background-color css

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

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

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

border-color css

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

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

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