Html Css Color HEX #283C31 English Holly

📋 copy color: '#283C31'

red 40 ◦ green 60 ◦ blue 49

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

Shades of English Holly #283C31

Tints of English Holly #283C31

RGB

 RED value IS 40 (16.02% from 255) = 26.85%

 GREEN value IS 60 (23.83% from 255) = 40.27%

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

R = 26.85%
G = 40.27%
B = 32.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#283C31 (or 0x283C31) is known color: English Holly. HEX triplet: 28, 3C and 31. RGB value is (40,60,49). Sum of RGB (Red+Green+Blue) = 40+60+49=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 60 - color contains mainly: green. Hex color #283C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C31 is #D7C3CE. Grayscale: #343434. Windows color (decimal): -14140367 or 3226664. OLE color: 3226664.

HSL color Cylindrical-coordinate representation of color #283C31: hue angle of 147º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #283C31 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB 40 60 49 -
CMYK 0.33 0 0.18 0.76
HSL 147º 0.2% 0.2% -
HSV(B) 147º 0.33% 0.24% -
XYZ 3.05 3.9 3.5 -
YUV 52.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 40 60 49 0.33 0 0.18 0.76 147 0.2 0.2
Hex 28 3C 31 21 0 12 4C 93 14 14
Octal 50 74 61 41 0 22 114 223 24 24
Binary 101000 111100 110001 100001 0 10010 1001100 10010011 10100 10100

Color Harmonies of #283C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C31

Black with #283C31

Text Example


Text Example

White with #283C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283C31; }

 p { color: rgb(40,60,49); }

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

background-color css

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

 a { background-color: rgb(40,60,49); }

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

border-color css

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

 span { border-color: rgb(40,60,49); }

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