#157304

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

Shades of Green #157304

Tints of Green #157304

Color information

#157304 (or 0x157304) is unknown color: approx Green. HEX triplet: 15, 73 and 04. RGB value is (21,115,4). Sum of RGB (Red+Green+Blue) = 21+115+4=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 115 (45.31% from 255 or 82.14% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 115 - color contains mainly: green. Hex color #157304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157304 is #EA8CFB. Grayscale: #4A4A4A. Windows color (decimal): -15371516 or 291605. OLE color: 291605.

HSL color Cylindrical-coordinate representation of color #157304: hue angle of 110.81º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #157304 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB211154-
CMYK0.8200.970.55
HSL110.81º93.28%23.33%-
HSV(B)110.81º96.52%45.1%-
XYZ6.4612.432.17-
YUV74.2488.3690.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 115 (45.31% from 255) = 82.14%
BLUE value IS 4 (1.95% from 255) = 2.86%
R=15%
G=82.14%
B=2.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2111540.8200.970.55110.8193.2823.33
Hex1573452061376f5d17
Octal25163412201416715713527
Binary1010111100111001010010011000011101111101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157304; }

 p { color: rgb(21,115,4); }

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

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

 a { background-color: rgb(21,115,4); }

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

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

 span { border-color: rgb(21,115,4); }

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