Html Css Color HEX #0D7248 Dark Spring Green

📋 copy color: '#0D7248'

red 13 ◦ green 114 ◦ blue 72

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

Shades of Dark Spring Green #0D7248

Tints of Dark Spring Green #0D7248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57.29%

 BLUE value IS 72 (28.52% from 255) = 36.18%

R = 6.53%
G = 57.29%
B = 36.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#0D7248 (or 0x0D7248) is known color: Dark Spring Green. HEX triplet: 0D, 72 and 48. RGB value is (13,114,72). Sum of RGB (Red+Green+Blue) = 13+114+72=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #0D7248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7248 is #F28DB7. Grayscale: #4F4F4F. Windows color (decimal): -15895992 or 4747789. OLE color: 4747789.

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

Color convert

RGB 13 114 72 -
CMYK 0.89 0 0.37 0.55
HSL 155.05º 0.8% 0.25% -
HSV(B) 155.05º 0.89% 0.45% -
XYZ 7.35 12.59 8.17 -
YUV 79.01 124.04 80.92 -
System Red Green Blue C M Y K H S L
Decimal 13 114 72 0.89 0 0.37 0.55 155.05 0.8 0.25
Hex D 72 48 59 0 25 37 9B 50 19
Octal 15 162 110 131 0 45 67 233 120 31
Binary 1101 1110010 1001000 1011001 0 100101 110111 10011011 1010000 11001

Color Harmonies of #0D7248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7248

Black with #0D7248

Text Example


Text Example

White with #0D7248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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