Html Css Color HEX #0F211B Dark Green

📋 copy color: '#0F211B'

red 15 ◦ green 33 ◦ blue 27

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

Shades of Dark Green #0F211B

Tints of Dark Green #0F211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 44%

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

R = 20%
G = 44%
B = 36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#0F211B (or 0x0F211B) is known color: Dark Green. HEX triplet: 0F, 21 and 1B. RGB value is (15,33,27). Sum of RGB (Red+Green+Blue) = 15+33+27=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 33 - color contains mainly: green. Hex color #0F211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F211B is #F0DEE4. Grayscale: #1A1A1A. Windows color (decimal): -15785701 or 1777935. OLE color: 1777935.

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

Color convert

RGB 15 33 27 -
CMYK 0.55 0 0.18 0.87
HSL 160º 0.38% 0.09% -
HSV(B) 160º 0.55% 0.13% -
XYZ 0.94 1.27 1.23 -
YUV 26.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 15 33 27 0.55 0 0.18 0.87 160 0.38 0.09
Hex F 21 1B 37 0 12 57 A0 26 9
Octal 17 41 33 67 0 22 127 240 46 11
Binary 1111 100001 11011 110111 0 10010 1010111 10100000 100110 1001

Color Harmonies of #0F211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F211B

Black with #0F211B

Text Example


Text Example

White with #0F211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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