Html Css Color HEX #0F392A Dark Green

📋 copy color: '#0F392A'

red 15 ◦ green 57 ◦ blue 42

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

Shades of Dark Green #0F392A

Tints of Dark Green #0F392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 50%

 BLUE value IS 42 (16.8% from 255) = 36.84%

R = 13.16%
G = 50%
B = 36.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#0F392A (or 0x0F392A) is known color: Dark Green. HEX triplet: 0F, 39 and 2A. RGB value is (15,57,42). Sum of RGB (Red+Green+Blue) = 15+57+42=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #0F392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F392A is #F0C6D5. Grayscale: #2A2A2A. Windows color (decimal): -15779542 or 2767119. OLE color: 2767119.

HSL color Cylindrical-coordinate representation of color #0F392A: hue angle of 158.57º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F392A is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 57 42 -
CMYK 0.74 0 0.26 0.78
HSL 158.57º 0.58% 0.14% -
HSV(B) 158.57º 0.74% 0.22% -
XYZ 2.08 3.19 2.7 -
YUV 42.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 15 57 42 0.74 0 0.26 0.78 158.57 0.58 0.14
Hex F 39 2A 4A 0 1A 4E 9F 3A E
Octal 17 71 52 112 0 32 116 237 72 16
Binary 1111 111001 101010 1001010 0 11010 1001110 10011111 111010 1110

Color Harmonies of #0F392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F392A

Black with #0F392A

Text Example


Text Example

White with #0F392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,57,42); }

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

background-color css

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

 a { background-color: rgb(15,57,42); }

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

border-color css

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

 span { border-color: rgb(15,57,42); }

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