Html Css Color HEX #0F2625 Swamp

📋 copy color: '#0F2625'

red 15 ◦ green 38 ◦ blue 37

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

Shades of Swamp #0F2625

Tints of Swamp #0F2625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 42.22%

 BLUE value IS 37 (14.84% from 255) = 41.11%

R = 16.67%
G = 42.22%
B = 41.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#0F2625 (or 0x0F2625) is known color: Swamp. HEX triplet: 0F, 26 and 25. RGB value is (15,38,37). Sum of RGB (Red+Green+Blue) = 15+38+37=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 38 - color contains mainly: green. Hex color #0F2625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2625 is #F0D9DA. Grayscale: #1E1E1E. Windows color (decimal): -15784411 or 2434575. OLE color: 2434575.

HSL color Cylindrical-coordinate representation of color #0F2625: hue angle of 177.39º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F2625 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB 15 38 37 -
CMYK 0.61 0 0.03 0.85
HSL 177.39º 0.43% 0.1% -
HSV(B) 177.39º 0.61% 0.15% -
XYZ 1.22 1.62 2 -
YUV 31.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 15 38 37 0.61 0 0.03 0.85 177.39 0.43 0.1
Hex F 26 25 3D 0 3 55 B1 2B A
Octal 17 46 45 75 0 3 125 261 53 12
Binary 1111 100110 100101 111101 0 11 1010101 10110001 101011 1010

Color Harmonies of #0F2625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2625

Black with #0F2625

Text Example


Text Example

White with #0F2625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,38,37); }

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

background-color css

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

 a { background-color: rgb(15,38,37); }

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

border-color css

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

 span { border-color: rgb(15,38,37); }

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