Html Css Color HEX #0D7914 Green

📋 copy color: '#0D7914'

red 13 ◦ green 121 ◦ blue 20

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

Shades of Green #0D7914

Tints of Green #0D7914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 78.57%

 BLUE value IS 20 (8.2% from 255) = 12.99%

R = 8.44%
G = 78.57%
B = 12.99%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#0D7914 (or 0x0D7914) is known color: Green. HEX triplet: 0D, 79 and 14. RGB value is (13,121,20). Sum of RGB (Red+Green+Blue) = 13+121+20=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 121 (47.66% from 255 or 78.57% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 121 - color contains mainly: green. Hex color #0D7914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7914 is #F286EB. Grayscale: #4D4D4D. Windows color (decimal): -15894252 or 1341709. OLE color: 1341709.

HSL color Cylindrical-coordinate representation of color #0D7914: hue angle of 123.89º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7914 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 121 20 -
CMYK 0.89 0 0.83 0.53
HSL 123.89º 0.81% 0.26% -
HSV(B) 123.89º 0.89% 0.47% -
XYZ 7.13 13.81 2.95 -
YUV 77.19 95.72 82.21 -
System Red Green Blue C M Y K H S L
Decimal 13 121 20 0.89 0 0.83 0.53 123.89 0.81 0.26
Hex D 79 14 59 0 53 35 7C 51 1A
Octal 15 171 24 131 0 123 65 174 121 32
Binary 1101 1111001 10100 1011001 0 1010011 110101 1111100 1010001 11010

Color Harmonies of #0D7914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7914

Black with #0D7914

Text Example


Text Example

White with #0D7914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,121,20); }

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

background-color css

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

 a { background-color: rgb(13,121,20); }

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

border-color css

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

 span { border-color: rgb(13,121,20); }

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