#153C2D

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

Shades of Sherwood Green #153C2D

Tints of Sherwood Green #153C2D

Color information

#153C2D (or 0x153C2D) is unknown color: approx Sherwood Green. HEX triplet: 15, 3C and 2D. RGB value is (21,60,45). Sum of RGB (Red+Green+Blue) = 21+60+45=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 60 - color contains mainly: green. Hex color #153C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C2D is #EAC3D2. Grayscale: #2E2E2E. Windows color (decimal): -15385555 or 2964501. OLE color: 2964501.

HSL color Cylindrical-coordinate representation of color #153C2D: hue angle of 156.92º 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 #153C2D is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB216045-
CMYK0.6500.250.76
HSL156.92º48.15%15.88%-
HSV(B)156.92º65%23.53%-
XYZ2.43.583.05-
YUV46.63127.08109.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.67%
GREEN value IS 60 (23.83% from 255) = 47.62%
BLUE value IS 45 (17.97% from 255) = 35.71%
R=16.67%
G=47.62%
B=35.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2160450.6500.250.76156.9248.1515.88
Hex153C2D410194C9d3010
Octal2574551010311142356020
Binary10101111100101101100000101100110011001001110111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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