Html Css Color HEX #0F2521 Dark Green

📋 copy color: '#0F2521'

red 15 ◦ green 37 ◦ blue 33

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

Shades of Dark Green #0F2521

Tints of Dark Green #0F2521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 43.53%

 BLUE value IS 33 (13.28% from 255) = 38.82%

R = 17.65%
G = 43.53%
B = 38.82%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#0F2521 (or 0x0F2521) is known color: Dark Green. HEX triplet: 0F, 25 and 21. RGB value is (15,37,33). Sum of RGB (Red+Green+Blue) = 15+37+33=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #0F2521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2521 is #F0DADE. Grayscale: #1D1D1D. Windows color (decimal): -15784671 or 2172175. OLE color: 2172175.

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

Color convert

RGB 15 37 33 -
CMYK 0.59 0 0.11 0.85
HSL 169.09º 0.42% 0.1% -
HSV(B) 169.09º 0.59% 0.15% -
XYZ 1.13 1.53 1.68 -
YUV 29.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 15 37 33 0.59 0 0.11 0.85 169.09 0.42 0.1
Hex F 25 21 3B 0 B 55 A9 2A A
Octal 17 45 41 73 0 13 125 251 52 12
Binary 1111 100101 100001 111011 0 1011 1010101 10101001 101010 1010

Color Harmonies of #0F2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2521

Black with #0F2521

Text Example


Text Example

White with #0F2521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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