Html Css Color HEX #0F3024 Dark Green

📋 copy color: '#0F3024'

red 15 ◦ green 48 ◦ blue 36

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

Shades of Dark Green #0F3024

Tints of Dark Green #0F3024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 48.48%

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

R = 15.15%
G = 48.48%
B = 36.36%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#0F3024 (or 0x0F3024) is known color: Dark Green. HEX triplet: 0F, 30 and 24. RGB value is (15,48,36). Sum of RGB (Red+Green+Blue) = 15+48+36=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3024 is #F0CFDB. Grayscale: #242424. Windows color (decimal): -15781852 or 2371599. OLE color: 2371599.

HSL color Cylindrical-coordinate representation of color #0F3024: hue angle of 158.18º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F3024 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 48 36 -
CMYK 0.69 0 0.25 0.81
HSL 158.18º 0.52% 0.12% -
HSV(B) 158.18º 0.69% 0.19% -
XYZ 1.57 2.34 2.04 -
YUV 36.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 15 48 36 0.69 0 0.25 0.81 158.18 0.52 0.12
Hex F 30 24 45 0 19 51 9E 34 C
Octal 17 60 44 105 0 31 121 236 64 14
Binary 1111 110000 100100 1000101 0 11001 1010001 10011110 110100 1100

Color Harmonies of #0F3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3024

Black with #0F3024

Text Example


Text Example

White with #0F3024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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