Html Css Color HEX #283A30 Holly

📋 copy color: '#283A30'

red 40 ◦ green 58 ◦ blue 48

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

Shades of Holly #283A30

Tints of Holly #283A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.73%

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

R = 27.4%
G = 39.73%
B = 32.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.77

RGB Variations

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

Color information

#283A30 (or 0x283A30) is known color: Holly. HEX triplet: 28, 3A and 30. RGB value is (40,58,48). Sum of RGB (Red+Green+Blue) = 40+58+48=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 58 - color contains mainly: green. Hex color #283A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A30 is #D7C5CF. Grayscale: #333333. Windows color (decimal): -14140880 or 3160616. OLE color: 3160616.

HSL color Cylindrical-coordinate representation of color #283A30: hue angle of 146.67º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #283A30 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB 40 58 48 -
CMYK 0.31 0 0.17 0.77
HSL 146.67º 0.18% 0.19% -
HSV(B) 146.67º 0.31% 0.23% -
XYZ 2.92 3.69 3.35 -
YUV 51.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 40 58 48 0.31 0 0.17 0.77 146.67 0.18 0.19
Hex 28 3A 30 1F 0 11 4D 93 12 13
Octal 50 72 60 37 0 21 115 223 22 23
Binary 101000 111010 110000 11111 0 10001 1001101 10010011 10010 10011

Color Harmonies of #283A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283A30

Black with #283A30

Text Example


Text Example

White with #283A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,58,48); }

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

background-color css

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

 a { background-color: rgb(40,58,48); }

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

border-color css

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

 span { border-color: rgb(40,58,48); }

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