Html Css Color HEX #283C2E Holly

📋 copy color: '#283C2E'

red 40 ◦ green 60 ◦ blue 46

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

Shades of Holly #283C2E

Tints of Holly #283C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.51%

R = 27.4%
G = 41.1%
B = 31.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#283C2E (or 0x283C2E) is known color: Holly. HEX triplet: 28, 3C and 2E. RGB value is (40,60,46). Sum of RGB (Red+Green+Blue) = 40+60+46=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 60 - color contains mainly: green. Hex color #283C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C2E is #D7C3D1. Grayscale: #343434. Windows color (decimal): -14140370 or 3030056. OLE color: 3030056.

HSL color Cylindrical-coordinate representation of color #283C2E: hue angle of 138º 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 #283C2E is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB 40 60 46 -
CMYK 0.33 0 0.23 0.76
HSL 138º 0.2% 0.2% -
HSV(B) 138º 0.33% 0.24% -
XYZ 2.98 3.88 3.18 -
YUV 52.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 40 60 46 0.33 0 0.23 0.76 138 0.2 0.2
Hex 28 3C 2E 21 0 17 4C 8A 14 14
Octal 50 74 56 41 0 27 114 212 24 24
Binary 101000 111100 101110 100001 0 10111 1001100 10001010 10100 10100

Color Harmonies of #283C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C2E

Black with #283C2E

Text Example


Text Example

White with #283C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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