Html Css Color HEX #0F261C Dark Green

📋 copy color: '#0F261C'

red 15 ◦ green 38 ◦ blue 28

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

Shades of Dark Green #0F261C

Tints of Dark Green #0F261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 46.91%

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

R = 18.52%
G = 46.91%
B = 34.57%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#0F261C (or 0x0F261C) is known color: Dark Green. HEX triplet: 0F, 26 and 1C. RGB value is (15,38,28). Sum of RGB (Red+Green+Blue) = 15+38+28=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #0F261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F261C is #F0D9E3. Grayscale: #1E1E1E. Windows color (decimal): -15784420 or 1844751. OLE color: 1844751.

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

Color convert

RGB 15 38 28 -
CMYK 0.61 0 0.26 0.85
HSL 153.91º 0.43% 0.1% -
HSV(B) 153.91º 0.61% 0.15% -
XYZ 1.1 1.57 1.34 -
YUV 29.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 15 38 28 0.61 0 0.26 0.85 153.91 0.43 0.1
Hex F 26 1C 3D 0 1A 55 9A 2B A
Octal 17 46 34 75 0 32 125 232 53 12
Binary 1111 100110 11100 111101 0 11010 1010101 10011010 101011 1010

Color Harmonies of #0F261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F261C

Black with #0F261C

Text Example


Text Example

White with #0F261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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