#0D5F00

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

Shades of Green #0D5F00

Tints of Green #0D5F00

Color information

#0D5F00 (or 0x0D5F00) is unknown color: approx Green. HEX triplet: 0D, 5F and 00. RGB value is (13,95,0). Sum of RGB (Red+Green+Blue) = 13+95+0=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 95 (37.5% from 255 or 87.96% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 95 - color contains mainly: green. Hex color #0D5F00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5F00 is #F2A0FF. Grayscale: #3B3B3B. Windows color (decimal): -15900928 or 24333. OLE color: 24333.

HSL color Cylindrical-coordinate representation of color #0D5F00: hue angle of 111.79º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D5F00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.

Color convert

RGB13950-
CMYK0.86010.63
HSL111.79º100%18.63%-
HSV(B)111.79º100%37.25%-
XYZ4.268.271.37-
YUV59.6594.3394.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.04%
GREEN value IS 95 (37.5% from 255) = 87.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.04%
G=87.96%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal139500.86010.63111.7910018.63
HexD5F0560643F706413
Octal15137012601447716014423
Binary1101101111101010110011001001111111110000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,95,0); }

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

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

 a { background-color: rgb(13,95,0); }

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

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

 span { border-color: rgb(13,95,0); }

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