Html Css Color HEX #0F2018 Dark Green

📋 copy color: '#0F2018'

red 15 ◦ green 32 ◦ blue 24

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

Shades of Dark Green #0F2018

Tints of Dark Green #0F2018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 45.07%

 BLUE value IS 24 (9.77% from 255) = 33.8%

R = 21.13%
G = 45.07%
B = 33.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.87

RGB Variations

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

Color information

#0F2018 (or 0x0F2018) is known color: Dark Green. HEX triplet: 0F, 20 and 18. RGB value is (15,32,24). Sum of RGB (Red+Green+Blue) = 15+32+24=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #0F2018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2018 is #F0DFE7. Grayscale: #1A1A1A. Windows color (decimal): -15785960 or 1581071. OLE color: 1581071.

HSL color Cylindrical-coordinate representation of color #0F2018: hue angle of 151.76º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F2018 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.87.

Color convert

RGB 15 32 24 -
CMYK 0.53 0 0.25 0.87
HSL 151.76º 0.36% 0.09% -
HSV(B) 151.76º 0.53% 0.13% -
XYZ 0.88 1.2 1.05 -
YUV 26.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 15 32 24 0.53 0 0.25 0.87 151.76 0.36 0.09
Hex F 20 18 35 0 19 57 98 24 9
Octal 17 40 30 65 0 31 127 230 44 11
Binary 1111 100000 11000 110101 0 11001 1010111 10011000 100100 1001

Color Harmonies of #0F2018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2018

Black with #0F2018

Text Example


Text Example

White with #0F2018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,32,24); }

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

background-color css

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

 a { background-color: rgb(15,32,24); }

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

border-color css

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

 span { border-color: rgb(15,32,24); }

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