Html Css Color HEX #0D4802 Myrtle

📋 copy color: '#0D4802'

red 13 ◦ green 72 ◦ blue 2

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

Shades of Myrtle #0D4802

Tints of Myrtle #0D4802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 82.76%

 BLUE value IS 2 (1.17% from 255) = 2.3%

R = 14.94%
G = 82.76%
B = 2.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#0D4802 (or 0x0D4802) is known color: Myrtle. HEX triplet: 0D, 48 and 02. RGB value is (13,72,2). Sum of RGB (Red+Green+Blue) = 13+72+2=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 72 (28.52% from 255 or 82.76% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 72 - color contains mainly: green. Hex color #0D4802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4802 is #F2B7FD. Grayscale: #2E2E2E. Windows color (decimal): -15906814 or 149517. OLE color: 149517.

HSL color Cylindrical-coordinate representation of color #0D4802: hue angle of 110.57º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D4802 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 13 72 2 -
CMYK 0.82 0 0.97 0.72
HSL 110.57º 0.95% 0.15% -
HSV(B) 110.57º 0.97% 0.28% -
XYZ 2.49 4.72 0.84 -
YUV 46.38 102.95 104.19 -
System Red Green Blue C M Y K H S L
Decimal 13 72 2 0.82 0 0.97 0.72 110.57 0.95 0.15
Hex D 48 2 52 0 61 48 6F 5F F
Octal 15 110 2 122 0 141 110 157 137 17
Binary 1101 1001000 10 1010010 0 1100001 1001000 1101111 1011111 1111

Color Harmonies of #0D4802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4802

Black with #0D4802

Text Example


Text Example

White with #0D4802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,72,2); }

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

background-color css

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

 a { background-color: rgb(13,72,2); }

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

border-color css

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

 span { border-color: rgb(13,72,2); }

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