Html Css Color HEX #0F271E Dark Green

📋 copy color: '#0F271E'

red 15 ◦ green 39 ◦ blue 30

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

Shades of Dark Green #0F271E

Tints of Dark Green #0F271E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 46.43%

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

R = 17.86%
G = 46.43%
B = 35.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.85

RGB Variations

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

Color information

#0F271E (or 0x0F271E) is known color: Dark Green. HEX triplet: 0F, 27 and 1E. RGB value is (15,39,30). Sum of RGB (Red+Green+Blue) = 15+39+30=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 39 - color contains mainly: green. Hex color #0F271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F271E is #F0D8E1. Grayscale: #1E1E1E. Windows color (decimal): -15784162 or 1976079. OLE color: 1976079.

HSL color Cylindrical-coordinate representation of color #0F271E: hue angle of 157.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F271E is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.

Color convert

RGB 15 39 30 -
CMYK 0.62 0 0.23 0.85
HSL 157.5º 0.44% 0.11% -
HSV(B) 157.5º 0.62% 0.15% -
XYZ 1.16 1.65 1.49 -
YUV 30.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 15 39 30 0.62 0 0.23 0.85 157.5 0.44 0.11
Hex F 27 1E 3E 0 17 55 9E 2C B
Octal 17 47 36 76 0 27 125 236 54 13
Binary 1111 100111 11110 111110 0 10111 1010101 10011110 101100 1011

Color Harmonies of #0F271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F271E

Black with #0F271E

Text Example


Text Example

White with #0F271E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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