Html Css Color HEX #0F261E Dark Green

📋 copy color: '#0F261E'

red 15 ◦ green 38 ◦ blue 30

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

Shades of Dark Green #0F261E

Tints of Dark Green #0F261E

RGB

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

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

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

R = 18.07%
G = 45.78%
B = 36.14%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.85

RGB Variations

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

Color information

#0F261E (or 0x0F261E) is known color: Dark Green. HEX triplet: 0F, 26 and 1E. RGB value is (15,38,30). Sum of RGB (Red+Green+Blue) = 15+38+30=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 38 (15.23% from 255 or 45.78% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 38 - color contains mainly: green. Hex color #0F261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F261E is #F0D9E1. Grayscale: #1E1E1E. Windows color (decimal): -15784418 or 1975823. OLE color: 1975823.

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

Color convert

RGB 15 38 30 -
CMYK 0.61 0 0.21 0.85
HSL 159.13º 0.43% 0.1% -
HSV(B) 159.13º 0.61% 0.15% -
XYZ 1.12 1.58 1.47 -
YUV 30.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 15 38 30 0.61 0 0.21 0.85 159.13 0.43 0.1
Hex F 26 1E 3D 0 15 55 9F 2B A
Octal 17 46 36 75 0 25 125 237 53 12
Binary 1111 100110 11110 111101 0 10101 1010101 10011111 101011 1010

Color Harmonies of #0F261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F261E

Black with #0F261E

Text Example


Text Example

White with #0F261E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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