Html Css Color HEX #0F1C1A Dark Green

📋 copy color: '#0F1C1A'

red 15 ◦ green 28 ◦ blue 26

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

Shades of Dark Green #0F1C1A

Tints of Dark Green #0F1C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 40.58%

 BLUE value IS 26 (10.55% from 255) = 37.68%

R = 21.74%
G = 40.58%
B = 37.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#0F1C1A (or 0x0F1C1A) is known color: Dark Green. HEX triplet: 0F, 1C and 1A. RGB value is (15,28,26). Sum of RGB (Red+Green+Blue) = 15+28+26=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 28 (11.33% from 255 or 40.58% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1C1A is #F0E3E5. Grayscale: #171717. Windows color (decimal): -15786982 or 1711119. OLE color: 1711119.

HSL color Cylindrical-coordinate representation of color #0F1C1A: hue angle of 170.77º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0F1C1A is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 28 26 -
CMYK 0.46 0 0.07 0.89
HSL 170.77º 0.3% 0.08% -
HSV(B) 170.77º 0.46% 0.11% -
XYZ 0.8 1.01 1.13 -
YUV 23.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 15 28 26 0.46 0 0.07 0.89 170.77 0.3 0.08
Hex F 1C 1A 2E 0 7 59 AB 1E 8
Octal 17 34 32 56 0 7 131 253 36 10
Binary 1111 11100 11010 101110 0 111 1011001 10101011 11110 1000

Color Harmonies of #0F1C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1C1A

Black with #0F1C1A

Text Example


Text Example

White with #0F1C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,28,26); }

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

background-color css

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

 a { background-color: rgb(15,28,26); }

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

border-color css

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

 span { border-color: rgb(15,28,26); }

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