#154230

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

Shades of Sherwood Green #154230

Tints of Sherwood Green #154230

Color information

#154230 (or 0x154230) is unknown color: approx Sherwood Green. HEX triplet: 15, 42 and 30. RGB value is (21,66,48). Sum of RGB (Red+Green+Blue) = 21+66+48=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #154230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154230 is #EABDCF. Grayscale: #323232. Windows color (decimal): -15384016 or 3162645. OLE color: 3162645.

HSL color Cylindrical-coordinate representation of color #154230: hue angle of 156º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154230 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB216648-
CMYK0.6800.270.74
HSL156º51.72%17.06%-
HSV(B)156º68.18%25.88%-
XYZ2.794.273.47-
YUV50.49126.59106.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 66 (26.17% from 255) = 48.89%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=15.56%
G=48.89%
B=35.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2166480.6800.270.7415651.7217.06
Hex1542304401B4A9c3411
Octal25102601040331122346421
Binary101011000010110000100010001101110010101001110011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154230; }

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

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

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

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

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

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

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

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