#0D4230

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

Shades of Sherwood Green #0D4230

Tints of Sherwood Green #0D4230

Color information

#0D4230 (or 0x0D4230) is unknown color: approx Sherwood Green. HEX triplet: 0D, 42 and 30. RGB value is (13,66,48). Sum of RGB (Red+Green+Blue) = 13+66+48=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #0D4230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4230 is #F2BDCF. Grayscale: #303030. Windows color (decimal): -15908304 or 3162637. OLE color: 3162637.

HSL color Cylindrical-coordinate representation of color #0D4230: hue angle of 159.62º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D4230 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB136648-
CMYK0.8000.270.74
HSL159.62º67.09%15.49%-
HSV(B)159.62º80.3%25.88%-
XYZ2.654.23.47-
YUV48.1127.94102.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.24%
GREEN value IS 66 (26.17% from 255) = 51.97%
BLUE value IS 48 (19.14% from 255) = 37.80%
R=10.24%
G=51.97%
B=37.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1366480.8000.270.74159.6267.0915.49
HexD42305001B4Aa043f
Octal151026012003311224010317
Binary11011000010110000101000001101110010101010000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D4230; }

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

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

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

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

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

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

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

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