Html Css Color HEX #0F2C1F Dark Green

📋 copy color: '#0F2C1F'

red 15 ◦ green 44 ◦ blue 31

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

Shades of Dark Green #0F2C1F

Tints of Dark Green #0F2C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 48.89%

 BLUE value IS 31 (12.5% from 255) = 34.44%

R = 16.67%
G = 48.89%
B = 34.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.83

RGB Variations

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

Color information

#0F2C1F (or 0x0F2C1F) is known color: Dark Green. HEX triplet: 0F, 2C and 1F. RGB value is (15,44,31). Sum of RGB (Red+Green+Blue) = 15+44+31=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 44 (17.58% from 255 or 48.89% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 44 - color contains mainly: green. Hex color #0F2C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2C1F is #F0D3E0. Grayscale: #212121. Windows color (decimal): -15782881 or 2042895. OLE color: 2042895.

HSL color Cylindrical-coordinate representation of color #0F2C1F: hue angle of 153.1º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F2C1F is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB 15 44 31 -
CMYK 0.66 0 0.30 0.83
HSL 153.1º 0.49% 0.12% -
HSV(B) 153.1º 0.66% 0.17% -
XYZ 1.35 2 1.61 -
YUV 33.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 15 44 31 0.66 0 0.30 0.83 153.1 0.49 0.12
Hex F 2C 1F 42 0 1E 53 99 31 C
Octal 17 54 37 102 0 36 123 231 61 14
Binary 1111 101100 11111 1000010 0 11110 1010011 10011001 110001 1100

Color Harmonies of #0F2C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2C1F

Black with #0F2C1F

Text Example


Text Example

White with #0F2C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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