Html Css Color HEX #0F3126 Dark Green

📋 copy color: '#0F3126'

red 15 ◦ green 49 ◦ blue 38

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

Shades of Dark Green #0F3126

Tints of Dark Green #0F3126

RGB

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

 GREEN value IS 49 (19.53% from 255) = 48.04%

 BLUE value IS 38 (15.23% from 255) = 37.25%

R = 14.71%
G = 48.04%
B = 37.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#0F3126 (or 0x0F3126) is known color: Dark Green. HEX triplet: 0F, 31 and 26. RGB value is (15,49,38). Sum of RGB (Red+Green+Blue) = 15+49+38=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 38 (15.23% from 255 or 37.25% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3126 is #F0CED9. Grayscale: #252525. Windows color (decimal): -15781594 or 2502927. OLE color: 2502927.

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

Color convert

RGB 15 49 38 -
CMYK 0.69 0 0.22 0.81
HSL 160.59º 0.53% 0.13% -
HSV(B) 160.59º 0.69% 0.19% -
XYZ 1.65 2.44 2.22 -
YUV 37.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 15 49 38 0.69 0 0.22 0.81 160.59 0.53 0.13
Hex F 31 26 45 0 16 51 A1 35 D
Octal 17 61 46 105 0 26 121 241 65 15
Binary 1111 110001 100110 1000101 0 10110 1010001 10100001 110101 1101

Color Harmonies of #0F3126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3126

Black with #0F3126

Text Example


Text Example

White with #0F3126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,49,38); }

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

background-color css

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

 a { background-color: rgb(15,49,38); }

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

border-color css

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

 span { border-color: rgb(15,49,38); }

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