Html Css Color HEX #0F251A Dark Green

📋 copy color: '#0F251A'

red 15 ◦ green 37 ◦ blue 26

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

Shades of Dark Green #0F251A

Tints of Dark Green #0F251A

RGB

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

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

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

R = 19.23%
G = 47.44%
B = 33.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#0F251A (or 0x0F251A) is known color: Dark Green. HEX triplet: 0F, 25 and 1A. RGB value is (15,37,26). Sum of RGB (Red+Green+Blue) = 15+37+26=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #0F251A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F251A is #F0DAE5. Grayscale: #1D1D1D. Windows color (decimal): -15784678 or 1713423. OLE color: 1713423.

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

Color convert

RGB 15 37 26 -
CMYK 0.59 0 0.30 0.85
HSL 150º 0.42% 0.1% -
HSV(B) 150º 0.59% 0.15% -
XYZ 1.05 1.5 1.21 -
YUV 29.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 15 37 26 0.59 0 0.30 0.85 150 0.42 0.1
Hex F 25 1A 3B 0 1E 55 96 2A A
Octal 17 45 32 73 0 36 125 226 52 12
Binary 1111 100101 11010 111011 0 11110 1010101 10010110 101010 1010

Color Harmonies of #0F251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F251A

Black with #0F251A

Text Example


Text Example

White with #0F251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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