#124030

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

Shades of Sherwood Green #124030

Tints of Sherwood Green #124030

Color information

#124030 (or 0x124030) is unknown color: approx Sherwood Green. HEX triplet: 12, 40 and 30. RGB value is (18,64,48). Sum of RGB (Red+Green+Blue) = 18+64+48=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #124030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124030 is #EDBFCF. Grayscale: #303030. Windows color (decimal): -15581136 or 3162130. OLE color: 3162130.

HSL color Cylindrical-coordinate representation of color #124030: hue angle of 159.13º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124030 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB186448-
CMYK0.7200.250.75
HSL159.13º56.1%16.08%-
HSV(B)159.13º71.88%25.1%-
XYZ2.624.013.43-
YUV48.42127.76106.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 64 (25.39% from 255) = 49.23%
BLUE value IS 48 (19.14% from 255) = 36.92%
R=13.85%
G=49.23%
B=36.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864480.7200.250.75159.1356.116.08
Hex124030480194B9f3810
Octal22100601100311132377020
Binary100101000000110000100100001100110010111001111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124030; }

 p { color: rgb(18,64,48); }

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

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

 a { background-color: rgb(18,64,48); }

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

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

 span { border-color: rgb(18,64,48); }

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