#153A30

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

Shades of Sherwood Green #153A30

Tints of Sherwood Green #153A30

Color information

#153A30 (or 0x153A30) is unknown color: approx Sherwood Green. HEX triplet: 15, 3A and 30. RGB value is (21,58,48). Sum of RGB (Red+Green+Blue) = 21+58+48=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 58 - color contains mainly: green. Hex color #153A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A30 is #EAC5CF. Grayscale: #2D2D2D. Windows color (decimal): -15386064 or 3160597. OLE color: 3160597.

HSL color Cylindrical-coordinate representation of color #153A30: hue angle of 163.78º 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 #153A30 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB215848-
CMYK0.6400.170.77
HSL163.78º46.84%15.49%-
HSV(B)163.78º63.79%22.75%-
XYZ2.363.43.33-
YUV45.8129.24110.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 58 (23.05% from 255) = 45.67%
BLUE value IS 48 (19.14% from 255) = 37.80%
R=16.54%
G=45.67%
B=37.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2158480.6400.170.77163.7846.8415.49
Hex153A30400114Da42ff
Octal2572601000211152445717
Binary1010111101011000010000000100011001101101001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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