Html Css Color HEX #0D7301 Green

📋 copy color: '#0D7301'

red 13 ◦ green 115 ◦ blue 1

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

Shades of Green #0D7301

Tints of Green #0D7301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 89.15%

 BLUE value IS 1 (0.78% from 255) = 0.78%

R = 10.08%
G = 89.15%
B = 0.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#0D7301 (or 0x0D7301) is known color: Green. HEX triplet: 0D, 73 and 01. RGB value is (13,115,1). Sum of RGB (Red+Green+Blue) = 13+115+1=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 115 (45.31% from 255 or 89.15% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 115 - color contains mainly: green. Hex color #0D7301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7301 is #F28CFE. Grayscale: #474747. Windows color (decimal): -15895807 or 94989. OLE color: 94989.

HSL color Cylindrical-coordinate representation of color #0D7301: hue angle of 113.68º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D7301 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 13 115 1 -
CMYK 0.89 0 0.99 0.55
HSL 113.68º 0.98% 0.23% -
HSV(B) 113.68º 0.99% 0.45% -
XYZ 6.3 12.35 2.08 -
YUV 71.51 88.21 86.27 -
System Red Green Blue C M Y K H S L
Decimal 13 115 1 0.89 0 0.99 0.55 113.68 0.98 0.23
Hex D 73 1 59 0 63 37 72 62 17
Octal 15 163 1 131 0 143 67 162 142 27
Binary 1101 1110011 1 1011001 0 1100011 110111 1110010 1100010 10111

Color Harmonies of #0D7301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7301

Black with #0D7301

Text Example


Text Example

White with #0D7301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,115,1); }

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

background-color css

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

 a { background-color: rgb(13,115,1); }

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

border-color css

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

 span { border-color: rgb(13,115,1); }

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