#153C2E

Color #153C2E Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #153C2E

Tints of Sherwood Green #153C2E

Color information

#153C2E (or 0x153C2E) is unknown color: approx Sherwood Green. HEX triplet: 15, 3C and 2E. RGB value is (21,60,46). Sum of RGB (Red+Green+Blue) = 21+60+46=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 60 (23.83% from 255 or 47.24% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 60 - color contains mainly: green. Hex color #153C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C2E is #EAC3D1. Grayscale: #2E2E2E. Windows color (decimal): -15385554 or 3030037. OLE color: 3030037.

HSL color Cylindrical-coordinate representation of color #153C2E: hue angle of 158.46º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #153C2E is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB216046-
CMYK0.6500.230.76
HSL158.46º48.15%15.88%-
HSV(B)158.46º65%23.53%-
XYZ2.423.593.15-
YUV46.74127.58109.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 60 (23.83% from 255) = 47.24%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=16.54%
G=47.24%
B=36.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2160460.6500.230.76158.4648.1515.88
Hex153C2E410174C9e3010
Octal2574561010271142366020
Binary10101111100101110100000101011110011001001111011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #153C2E;
 }
 .AnyTagClassName
 {
   color: #153C2E;
 }
</style>
background-color css

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

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

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

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

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

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