Html Css Color HEX #0F241F Dark Green

📋 copy color: '#0F241F'

red 15 ◦ green 36 ◦ blue 31

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

Shades of Dark Green #0F241F

Tints of Dark Green #0F241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 43.9%

 BLUE value IS 31 (12.5% from 255) = 37.8%

R = 18.29%
G = 43.9%
B = 37.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#0F241F (or 0x0F241F) is known color: Dark Green. HEX triplet: 0F, 24 and 1F. RGB value is (15,36,31). Sum of RGB (Red+Green+Blue) = 15+36+31=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 36 - color contains mainly: green. Hex color #0F241F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F241F is #F0DBE0. Grayscale: #1D1D1D. Windows color (decimal): -15784929 or 2040847. OLE color: 2040847.

HSL color Cylindrical-coordinate representation of color #0F241F: hue angle of 165.71º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F241F is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 36 31 -
CMYK 0.58 0 0.14 0.86
HSL 165.71º 0.41% 0.1% -
HSV(B) 165.71º 0.58% 0.14% -
XYZ 1.08 1.46 1.52 -
YUV 29.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 15 36 31 0.58 0 0.14 0.86 165.71 0.41 0.1
Hex F 24 1F 3A 0 E 56 A6 29 A
Octal 17 44 37 72 0 16 126 246 51 12
Binary 1111 100100 11111 111010 0 1110 1010110 10100110 101001 1010

Color Harmonies of #0F241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F241F

Black with #0F241F

Text Example


Text Example

White with #0F241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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