Html Css Color HEX #283E32 English Holly

📋 copy color: '#283E32'

red 40 ◦ green 62 ◦ blue 50

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

Shades of English Holly #283E32

Tints of English Holly #283E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40.79%

 BLUE value IS 50 (19.92% from 255) = 32.89%

R = 26.32%
G = 40.79%
B = 32.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.76

RGB Variations

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

Color information

#283E32 (or 0x283E32) is known color: English Holly. HEX triplet: 28, 3E and 32. RGB value is (40,62,50). Sum of RGB (Red+Green+Blue) = 40+62+50=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #283E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283E32 is #D7C1CD. Grayscale: #363636. Windows color (decimal): -14139854 or 3292712. OLE color: 3292712.

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

Color convert

RGB 40 62 50 -
CMYK 0.35 0 0.19 0.76
HSL 147.27º 0.22% 0.2% -
HSV(B) 147.27º 0.35% 0.24% -
XYZ 3.17 4.13 3.65 -
YUV 54.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 40 62 50 0.35 0 0.19 0.76 147.27 0.22 0.2
Hex 28 3E 32 23 0 13 4C 93 16 14
Octal 50 76 62 43 0 23 114 223 26 24
Binary 101000 111110 110010 100011 0 10011 1001100 10010011 10110 10100

Color Harmonies of #283E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283E32

Black with #283E32

Text Example


Text Example

White with #283E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,62,50); }

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

background-color css

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

 a { background-color: rgb(40,62,50); }

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

border-color css

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

 span { border-color: rgb(40,62,50); }

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