Html Css Color HEX #283D31 English Holly

📋 copy color: '#283D31'

red 40 ◦ green 61 ◦ blue 49

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

Shades of English Holly #283D31

Tints of English Holly #283D31

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.67%

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

R = 26.67%
G = 40.67%
B = 32.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.76

RGB Variations

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

Color information

#283D31 (or 0x283D31) is known color: English Holly. HEX triplet: 28, 3D and 31. RGB value is (40,61,49). Sum of RGB (Red+Green+Blue) = 40+61+49=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 61 - color contains mainly: green. Hex color #283D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283D31 is #D7C2CE. Grayscale: #353535. Windows color (decimal): -14140111 or 3226920. OLE color: 3226920.

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

Color convert

RGB 40 61 49 -
CMYK 0.34 0 0.20 0.76
HSL 145.71º 0.21% 0.2% -
HSV(B) 145.71º 0.34% 0.24% -
XYZ 3.1 4.01 3.52 -
YUV 53.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 40 61 49 0.34 0 0.20 0.76 145.71 0.21 0.2
Hex 28 3D 31 22 0 14 4C 92 15 14
Octal 50 75 61 42 0 24 114 222 25 24
Binary 101000 111101 110001 100010 0 10100 1001100 10010010 10101 10100

Color Harmonies of #283D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283D31

Black with #283D31

Text Example


Text Example

White with #283D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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