Html Css Color HEX #0F251C Dark Green

📋 copy color: '#0F251C'

red 15 ◦ green 37 ◦ blue 28

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

Shades of Dark Green #0F251C

Tints of Dark Green #0F251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 46.25%

 BLUE value IS 28 (11.33% from 255) = 35%

R = 18.75%
G = 46.25%
B = 35%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#0F251C (or 0x0F251C) is known color: Dark Green. HEX triplet: 0F, 25 and 1C. RGB value is (15,37,28). Sum of RGB (Red+Green+Blue) = 15+37+28=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #0F251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F251C is #F0DAE3. Grayscale: #1D1D1D. Windows color (decimal): -15784676 or 1844495. OLE color: 1844495.

HSL color Cylindrical-coordinate representation of color #0F251C: hue angle of 155.45º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0F251C is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 15 37 28 -
CMYK 0.59 0 0.24 0.85
HSL 155.45º 0.42% 0.1% -
HSV(B) 155.45º 0.59% 0.15% -
XYZ 1.07 1.51 1.33 -
YUV 29.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 15 37 28 0.59 0 0.24 0.85 155.45 0.42 0.1
Hex F 25 1C 3B 0 18 55 9B 2A A
Octal 17 45 34 73 0 30 125 233 52 12
Binary 1111 100101 11100 111011 0 11000 1010101 10011011 101010 1010

Color Harmonies of #0F251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F251C

Black with #0F251C

Text Example


Text Example

White with #0F251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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