Html Css Color HEX #0F251E Dark Green

📋 copy color: '#0F251E'

red 15 ◦ green 37 ◦ blue 30

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

Shades of Dark Green #0F251E

Tints of Dark Green #0F251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 36.59%

R = 18.29%
G = 45.12%
B = 36.59%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#0F251E (or 0x0F251E) is known color: Dark Green. HEX triplet: 0F, 25 and 1E. RGB value is (15,37,30). Sum of RGB (Red+Green+Blue) = 15+37+30=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 37 - color contains mainly: green. Hex color #0F251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F251E is #F0DAE1. Grayscale: #1D1D1D. Windows color (decimal): -15784674 or 1975567. OLE color: 1975567.

HSL color Cylindrical-coordinate representation of color #0F251E: hue angle of 160.91º 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 #0F251E is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB 15 37 30 -
CMYK 0.59 0 0.19 0.85
HSL 160.91º 0.42% 0.1% -
HSV(B) 160.91º 0.59% 0.15% -
XYZ 1.09 1.52 1.46 -
YUV 29.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 15 37 30 0.59 0 0.19 0.85 160.91 0.42 0.1
Hex F 25 1E 3B 0 13 55 A1 2A A
Octal 17 45 36 73 0 23 125 241 52 12
Binary 1111 100101 11110 111011 0 10011 1010101 10100001 101010 1010

Color Harmonies of #0F251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F251E

Black with #0F251E

Text Example


Text Example

White with #0F251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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