Html Css Color HEX #0F281D Dark Green

📋 copy color: '#0F281D'

red 15 ◦ green 40 ◦ blue 29

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

Shades of Dark Green #0F281D

Tints of Dark Green #0F281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 47.62%

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

R = 17.86%
G = 47.62%
B = 34.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.84

RGB Variations

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

Color information

#0F281D (or 0x0F281D) is known color: Dark Green. HEX triplet: 0F, 28 and 1D. RGB value is (15,40,29). Sum of RGB (Red+Green+Blue) = 15+40+29=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #0F281D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F281D is #F0D7E2. Grayscale: #1F1F1F. Windows color (decimal): -15783907 or 1910799. OLE color: 1910799.

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

Color convert

RGB 15 40 29 -
CMYK 0.62 0 0.28 0.84
HSL 153.6º 0.45% 0.11% -
HSV(B) 153.6º 0.63% 0.16% -
XYZ 1.18 1.71 1.43 -
YUV 31.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 15 40 29 0.62 0 0.28 0.84 153.6 0.45 0.11
Hex F 28 1D 3E 0 1C 54 9A 2D B
Octal 17 50 35 76 0 34 124 232 55 13
Binary 1111 101000 11101 111110 0 11100 1010100 10011010 101101 1011

Color Harmonies of #0F281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F281D

Black with #0F281D

Text Example


Text Example

White with #0F281D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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