Html Css Color HEX #0F362A Dark Green

📋 copy color: '#0F362A'

red 15 ◦ green 54 ◦ blue 42

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

Shades of Dark Green #0F362A

Tints of Dark Green #0F362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 48.65%

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

R = 13.51%
G = 48.65%
B = 37.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#0F362A (or 0x0F362A) is known color: Dark Green. HEX triplet: 0F, 36 and 2A. RGB value is (15,54,42). Sum of RGB (Red+Green+Blue) = 15+54+42=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #0F362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F362A is #F0C9D5. Grayscale: #282828. Windows color (decimal): -15780310 or 2766351. OLE color: 2766351.

HSL color Cylindrical-coordinate representation of color #0F362A: hue angle of 161.54º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F362A is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB 15 54 42 -
CMYK 0.72 0 0.22 0.79
HSL 161.54º 0.57% 0.14% -
HSV(B) 161.54º 0.72% 0.21% -
XYZ 1.93 2.91 2.65 -
YUV 40.97 128.58 109.48 -
System Red Green Blue C M Y K H S L
Decimal 15 54 42 0.72 0 0.22 0.79 161.54 0.57 0.14
Hex F 36 2A 48 0 16 4F A2 39 E
Octal 17 66 52 110 0 26 117 242 71 16
Binary 1111 110110 101010 1001000 0 10110 1001111 10100010 111001 1110

Color Harmonies of #0F362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F362A

Black with #0F362A

Text Example


Text Example

White with #0F362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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