Html Css Color HEX #0D630E Green

📋 copy color: '#0D630E'

red 13 ◦ green 99 ◦ blue 14

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

Shades of Green #0D630E

Tints of Green #0D630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 78.57%

 BLUE value IS 14 (5.86% from 255) = 11.11%

R = 10.32%
G = 78.57%
B = 11.11%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#0D630E (or 0x0D630E) is known color: Green. HEX triplet: 0D, 63 and 0E. RGB value is (13,99,14). Sum of RGB (Red+Green+Blue) = 13+99+14=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 99 (39.06% from 255 or 78.57% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 99 - color contains mainly: green. Hex color #0D630E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D630E is #F29CF1. Grayscale: #3F3F3F. Windows color (decimal): -15899890 or 942861. OLE color: 942861.

HSL color Cylindrical-coordinate representation of color #0D630E: hue angle of 120.7º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D630E is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 13 99 14 -
CMYK 0.87 0 0.86 0.61
HSL 120.7º 0.77% 0.22% -
HSV(B) 120.7º 0.87% 0.39% -
XYZ 4.71 9.04 1.91 -
YUV 63.6 100.01 91.91 -
System Red Green Blue C M Y K H S L
Decimal 13 99 14 0.87 0 0.86 0.61 120.7 0.77 0.22
Hex D 63 E 57 0 56 3D 79 4D 16
Octal 15 143 16 127 0 126 75 171 115 26
Binary 1101 1100011 1110 1010111 0 1010110 111101 1111001 1001101 10110

Color Harmonies of #0D630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D630E

Black with #0D630E

Text Example


Text Example

White with #0D630E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,99,14); }

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

background-color css

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

 a { background-color: rgb(13,99,14); }

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

border-color css

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

 span { border-color: rgb(13,99,14); }

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