Html Css Color HEX #0F372C Dark Green

📋 copy color: '#0F372C'

red 15 ◦ green 55 ◦ blue 44

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

Shades of Dark Green #0F372C

Tints of Dark Green #0F372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 48.25%

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

R = 13.16%
G = 48.25%
B = 38.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.2

 K value IS 0.78

RGB Variations

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

Color information

#0F372C (or 0x0F372C) is known color: Dark Green. HEX triplet: 0F, 37 and 2C. RGB value is (15,55,44). Sum of RGB (Red+Green+Blue) = 15+55+44=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #0F372C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F372C is #F0C8D3. Grayscale: #292929. Windows color (decimal): -15780052 or 2897679. OLE color: 2897679.

HSL color Cylindrical-coordinate representation of color #0F372C: hue angle of 163.5º degrees, saturation: 0.57, 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 #0F372C is Cyan = 0.73, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 55 44 -
CMYK 0.73 0 0.2 0.78
HSL 163.5º 0.57% 0.14% -
HSV(B) 163.5º 0.73% 0.22% -
XYZ 2.02 3.02 2.86 -
YUV 41.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 15 55 44 0.73 0 0.2 0.78 163.5 0.57 0.14
Hex F 37 2C 49 0 14 4E A4 39 E
Octal 17 67 54 111 0 24 116 244 71 16
Binary 1111 110111 101100 1001001 0 10100 1001110 10100100 111001 1110

Color Harmonies of #0F372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F372C

Black with #0F372C

Text Example


Text Example

White with #0F372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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