Html Css Color HEX #0F2924 Dark Green

📋 copy color: '#0F2924'

red 15 ◦ green 41 ◦ blue 36

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

Shades of Dark Green #0F2924

Tints of Dark Green #0F2924

RGB

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

 GREEN value IS 41 (16.41% from 255) = 44.57%

 BLUE value IS 36 (14.45% from 255) = 39.13%

R = 16.3%
G = 44.57%
B = 39.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#0F2924 (or 0x0F2924) is known color: Dark Green. HEX triplet: 0F, 29 and 24. RGB value is (15,41,36). Sum of RGB (Red+Green+Blue) = 15+41+36=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 41 - color contains mainly: green. Hex color #0F2924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2924 is #F0D6DB. Grayscale: #202020. Windows color (decimal): -15783644 or 2369807. OLE color: 2369807.

HSL color Cylindrical-coordinate representation of color #0F2924: hue angle of 168.46º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0F2924 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 41 36 -
CMYK 0.63 0 0.12 0.84
HSL 168.46º 0.46% 0.11% -
HSV(B) 168.46º 0.63% 0.16% -
XYZ 1.31 1.81 1.95 -
YUV 32.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 15 41 36 0.63 0 0.12 0.84 168.46 0.46 0.11
Hex F 29 24 3F 0 C 54 A8 2E B
Octal 17 51 44 77 0 14 124 250 56 13
Binary 1111 101001 100100 111111 0 1100 1010100 10101000 101110 1011

Color Harmonies of #0F2924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2924

Black with #0F2924

Text Example


Text Example

White with #0F2924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,41,36); }

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

background-color css

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

 a { background-color: rgb(15,41,36); }

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

border-color css

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

 span { border-color: rgb(15,41,36); }

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