Html Css Color HEX #0F302D Swamp

📋 copy color: '#0F302D'

red 15 ◦ green 48 ◦ blue 45

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

Shades of Swamp #0F302D

Tints of Swamp #0F302D

RGB

 RED value IS 15 (6.25% from 255) = 13.89%

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

 BLUE value IS 45 (17.97% from 255) = 41.67%

R = 13.89%
G = 44.44%
B = 41.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#0F302D (or 0x0F302D) is known color: Swamp. HEX triplet: 0F, 30 and 2D. RGB value is (15,48,45). Sum of RGB (Red+Green+Blue) = 15+48+45=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #0F302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F302D is #F0CFD2. Grayscale: #252525. Windows color (decimal): -15781843 or 2961423. OLE color: 2961423.

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

Color convert

RGB 15 48 45 -
CMYK 0.69 0 0.06 0.81
HSL 174.55º 0.52% 0.12% -
HSV(B) 174.55º 0.69% 0.19% -
XYZ 1.73 2.4 2.86 -
YUV 37.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 15 48 45 0.69 0 0.06 0.81 174.55 0.52 0.12
Hex F 30 2D 45 0 6 51 AF 34 C
Octal 17 60 55 105 0 6 121 257 64 14
Binary 1111 110000 101101 1000101 0 110 1010001 10101111 110100 1100

Color Harmonies of #0F302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F302D

Black with #0F302D

Text Example


Text Example

White with #0F302D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,48,45); }

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

background-color css

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

 a { background-color: rgb(15,48,45); }

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

border-color css

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

 span { border-color: rgb(15,48,45); }

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