#153A2E

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

Shades of Sherwood Green #153A2E

Tints of Sherwood Green #153A2E

Color information

#153A2E (or 0x153A2E) is unknown color: approx Sherwood Green. HEX triplet: 15, 3A and 2E. RGB value is (21,58,46). Sum of RGB (Red+Green+Blue) = 21+58+46=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #153A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A2E is #EAC5D1. Grayscale: #2D2D2D. Windows color (decimal): -15386066 or 3029525. OLE color: 3029525.

HSL color Cylindrical-coordinate representation of color #153A2E: hue angle of 160.54º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153A2E is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.77.

Color convert

RGB215846-
CMYK0.6400.210.77
HSL160.54º46.84%15.49%-
HSV(B)160.54º63.79%22.75%-
XYZ2.323.383.12-
YUV45.57128.24110.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 58 (23.05% from 255) = 46.4%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=16.8%
G=46.4%
B=36.8%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2158460.6400.210.77160.5446.8415.49
Hex153A2E400154Da12ff
Octal2572561000251152415717
Binary1010111101010111010000000101011001101101000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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