Html Css Color HEX #0F201B Dark Green

📋 copy color: '#0F201B'

red 15 ◦ green 32 ◦ blue 27

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

Shades of Dark Green #0F201B

Tints of Dark Green #0F201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 43.24%

 BLUE value IS 27 (10.94% from 255) = 36.49%

R = 20.27%
G = 43.24%
B = 36.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.87

RGB Variations

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

Color information

#0F201B (or 0x0F201B) is known color: Dark Green. HEX triplet: 0F, 20 and 1B. RGB value is (15,32,27). Sum of RGB (Red+Green+Blue) = 15+32+27=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 32 - color contains mainly: green. Hex color #0F201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F201B is #F0DFE4. Grayscale: #1A1A1A. Windows color (decimal): -15785957 or 1777679. OLE color: 1777679.

HSL color Cylindrical-coordinate representation of color #0F201B: hue angle of 162.35º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F201B is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB 15 32 27 -
CMYK 0.53 0 0.16 0.87
HSL 162.35º 0.36% 0.09% -
HSV(B) 162.35º 0.53% 0.13% -
XYZ 0.91 1.21 1.22 -
YUV 26.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 15 32 27 0.53 0 0.16 0.87 162.35 0.36 0.09
Hex F 20 1B 35 0 10 57 A2 24 9
Octal 17 40 33 65 0 20 127 242 44 11
Binary 1111 100000 11011 110101 0 10000 1010111 10100010 100100 1001

Color Harmonies of #0F201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F201B

Black with #0F201B

Text Example


Text Example

White with #0F201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,32,27); }

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

background-color css

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

 a { background-color: rgb(15,32,27); }

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

border-color css

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

 span { border-color: rgb(15,32,27); }

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