#104230

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

Shades of Sherwood Green #104230

Tints of Sherwood Green #104230

Color information

#104230 (or 0x104230) is unknown color: approx Sherwood Green. HEX triplet: 10, 42 and 30. RGB value is (16,66,48). Sum of RGB (Red+Green+Blue) = 16+66+48=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #104230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104230 is #EFBDCF. Grayscale: #313131. Windows color (decimal): -15711696 or 3162640. OLE color: 3162640.

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

Color convert

RGB166648-
CMYK0.7600.270.74
HSL158.4º60.98%16.08%-
HSV(B)158.4º75.76%25.88%-
XYZ2.74.223.47-
YUV49127.44104.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 66 (26.17% from 255) = 50.77%
BLUE value IS 48 (19.14% from 255) = 36.92%
R=12.31%
G=50.77%
B=36.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1666480.7600.270.74158.460.9816.08
Hex1042304C01B4A9e3d10
Octal20102601140331122367520
Binary100001000010110000100110001101110010101001111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104230; }

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

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

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

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

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

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

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

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