Html Css Color HEX #0F291D Dark Green

📋 copy color: '#0F291D'

red 15 ◦ green 41 ◦ blue 29

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

Shades of Dark Green #0F291D

Tints of Dark Green #0F291D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 48.24%

 BLUE value IS 29 (11.72% from 255) = 34.12%

R = 17.65%
G = 48.24%
B = 34.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.84

RGB Variations

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

Color information

#0F291D (or 0x0F291D) is known color: Dark Green. HEX triplet: 0F, 29 and 1D. RGB value is (15,41,29). Sum of RGB (Red+Green+Blue) = 15+41+29=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #0F291D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F291D is #F0D6E2. Grayscale: #1F1F1F. Windows color (decimal): -15783651 or 1911055. OLE color: 1911055.

HSL color Cylindrical-coordinate representation of color #0F291D: hue angle of 152.31º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0F291D is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 41 29 -
CMYK 0.63 0 0.29 0.84
HSL 152.31º 0.46% 0.11% -
HSV(B) 152.31º 0.63% 0.16% -
XYZ 1.21 1.78 1.44 -
YUV 31.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 15 41 29 0.63 0 0.29 0.84 152.31 0.46 0.11
Hex F 29 1D 3F 0 1D 54 98 2E B
Octal 17 51 35 77 0 35 124 230 56 13
Binary 1111 101001 11101 111111 0 11101 1010100 10011000 101110 1011

Color Harmonies of #0F291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F291D

Black with #0F291D

Text Example


Text Example

White with #0F291D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,41,29); }

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

background-color css

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

 a { background-color: rgb(15,41,29); }

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

border-color css

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

 span { border-color: rgb(15,41,29); }

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