Html Css Color HEX #0D6203 Green

📋 copy color: '#0D6203'

red 13 ◦ green 98 ◦ blue 3

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

Shades of Green #0D6203

Tints of Green #0D6203

RGB

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

 GREEN value IS 98 (38.67% from 255) = 85.96%

 BLUE value IS 3 (1.56% from 255) = 2.63%

R = 11.4%
G = 85.96%
B = 2.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#0D6203 (or 0x0D6203) is known color: Green. HEX triplet: 0D, 62 and 03. RGB value is (13,98,3). Sum of RGB (Red+Green+Blue) = 13+98+3=114 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.40% from 114); Green value is 98 (38.67% from 255 or 85.96% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 98 - color contains mainly: green. Hex color #0D6203 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6203 is #F29DFC. Grayscale: #3E3E3E. Windows color (decimal): -15900157 or 221709. OLE color: 221709.

HSL color Cylindrical-coordinate representation of color #0D6203: hue angle of 113.68º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D6203 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 98 3 -
CMYK 0.87 0 0.97 0.62
HSL 113.68º 0.94% 0.2% -
HSV(B) 113.68º 0.97% 0.38% -
XYZ 4.55 8.83 1.55 -
YUV 61.76 94.84 93.22 -
System Red Green Blue C M Y K H S L
Decimal 13 98 3 0.87 0 0.97 0.62 113.68 0.94 0.2
Hex D 62 3 57 0 61 3E 72 5E 14
Octal 15 142 3 127 0 141 76 162 136 24
Binary 1101 1100010 11 1010111 0 1100001 111110 1110010 1011110 10100

Color Harmonies of #0D6203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6203

Black with #0D6203

Text Example


Text Example

White with #0D6203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,98,3); }

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

background-color css

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

 a { background-color: rgb(13,98,3); }

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

border-color css

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

 span { border-color: rgb(13,98,3); }

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