Html Css Color HEX #0D302F Swamp

📋 copy color: '#0D302F'

red 13 ◦ green 48 ◦ blue 47

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

Shades of Swamp #0D302F

Tints of Swamp #0D302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.44%

 BLUE value IS 47 (18.75% from 255) = 43.52%

R = 12.04%
G = 44.44%
B = 43.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#0D302F (or 0x0D302F) is known color: Swamp. HEX triplet: 0D, 30 and 2F. RGB value is (13,48,47). Sum of RGB (Red+Green+Blue) = 13+48+47=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #0D302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D302F is #F2CFD0. Grayscale: #252525. Windows color (decimal): -15912913 or 3092493. OLE color: 3092493.

HSL color Cylindrical-coordinate representation of color #0D302F: hue angle of 178.29º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D302F is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 13 48 47 -
CMYK 0.73 0 0.02 0.81
HSL 178.29º 0.57% 0.12% -
HSV(B) 178.29º 0.73% 0.19% -
XYZ 1.74 2.4 3.06 -
YUV 37.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 13 48 47 0.73 0 0.02 0.81 178.29 0.57 0.12
Hex D 30 2F 49 0 2 51 B2 39 C
Octal 15 60 57 111 0 2 121 262 71 14
Binary 1101 110000 101111 1001001 0 10 1010001 10110010 111001 1100

Color Harmonies of #0D302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D302F

Black with #0D302F

Text Example


Text Example

White with #0D302F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,48,47); }

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

background-color css

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

 a { background-color: rgb(13,48,47); }

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

border-color css

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

 span { border-color: rgb(13,48,47); }

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