Html Css Color HEX #0F382C Dark Green

📋 copy color: '#0F382C'

red 15 ◦ green 56 ◦ blue 44

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

Shades of Dark Green #0F382C

Tints of Dark Green #0F382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 48.7%

 BLUE value IS 44 (17.58% from 255) = 38.26%

R = 13.04%
G = 48.7%
B = 38.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#0F382C (or 0x0F382C) is known color: Dark Green. HEX triplet: 0F, 38 and 2C. RGB value is (15,56,44). Sum of RGB (Red+Green+Blue) = 15+56+44=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 56 - color contains mainly: green. Hex color #0F382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F382C is #F0C7D3. Grayscale: #2A2A2A. Windows color (decimal): -15779796 or 2897935. OLE color: 2897935.

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

Color convert

RGB 15 56 44 -
CMYK 0.73 0 0.21 0.78
HSL 162.44º 0.58% 0.14% -
HSV(B) 162.44º 0.73% 0.22% -
XYZ 2.07 3.11 2.87 -
YUV 42.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 15 56 44 0.73 0 0.21 0.78 162.44 0.58 0.14
Hex F 38 2C 49 0 15 4E A2 3A E
Octal 17 70 54 111 0 25 116 242 72 16
Binary 1111 111000 101100 1001001 0 10101 1001110 10100010 111010 1110

Color Harmonies of #0F382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F382C

Black with #0F382C

Text Example


Text Example

White with #0F382C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,56,44); }

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

background-color css

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

 a { background-color: rgb(15,56,44); }

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

border-color css

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

 span { border-color: rgb(15,56,44); }

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