Html Css Color HEX #0D5F0F Green

📋 copy color: '#0D5F0F'

red 13 ◦ green 95 ◦ blue 15

#0D5F0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #0D5F0F

Tints of Green #0D5F0F

RGB

 RED value IS 13 (5.47% from 255) = 10.57%

 GREEN value IS 95 (37.5% from 255) = 77.24%

 BLUE value IS 15 (6.25% from 255) = 12.2%

R = 10.57%
G = 77.24%
B = 12.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#0D5F0F (or 0x0D5F0F) is known color: Green. HEX triplet: 0D, 5F and 0F. RGB value is (13,95,15). Sum of RGB (Red+Green+Blue) = 13+95+15=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 95 (37.5% from 255 or 77.24% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 95 - color contains mainly: green. Hex color #0D5F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5F0F is #F2A0F0. Grayscale: #3D3D3D. Windows color (decimal): -15900913 or 1007373. OLE color: 1007373.

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

Color convert

RGB 13 95 15 -
CMYK 0.86 0 0.84 0.63
HSL 121.46º 0.76% 0.21% -
HSV(B) 121.46º 0.86% 0.37% -
XYZ 4.34 8.3 1.83 -
YUV 61.36 101.83 93.5 -
System Red Green Blue C M Y K H S L
Decimal 13 95 15 0.86 0 0.84 0.63 121.46 0.76 0.21
Hex D 5F F 56 0 54 3F 79 4C 15
Octal 15 137 17 126 0 124 77 171 114 25
Binary 1101 1011111 1111 1010110 0 1010100 111111 1111001 1001100 10101

Color Harmonies of #0D5F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5F0F

Black with #0D5F0F

Text Example


Text Example

White with #0D5F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D5F0F;
 }
 .AnyTagClassName
 {
   color: #0D5F0F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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