Html Css Color HEX #283B30 Holly

📋 copy color: '#283B30'

red 40 ◦ green 59 ◦ blue 48

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

Shades of Holly #283B30

Tints of Holly #283B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.14%

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

R = 27.21%
G = 40.14%
B = 32.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#283B30 (or 0x283B30) is known color: Holly. HEX triplet: 28, 3B and 30. RGB value is (40,59,48). Sum of RGB (Red+Green+Blue) = 40+59+48=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 59 - color contains mainly: green. Hex color #283B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283B30 is #D7C4CF. Grayscale: #343434. Windows color (decimal): -14140624 or 3160872. OLE color: 3160872.

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

Color convert

RGB 40 59 48 -
CMYK 0.32 0 0.19 0.77
HSL 145.26º 0.19% 0.19% -
HSV(B) 145.26º 0.32% 0.23% -
XYZ 2.97 3.79 3.37 -
YUV 52.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 40 59 48 0.32 0 0.19 0.77 145.26 0.19 0.19
Hex 28 3B 30 20 0 13 4D 91 13 13
Octal 50 73 60 40 0 23 115 221 23 23
Binary 101000 111011 110000 100000 0 10011 1001101 10010001 10011 10011

Color Harmonies of #283B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283B30

Black with #283B30

Text Example


Text Example

White with #283B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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