Html Css Color HEX #0F211A Dark Green

📋 copy color: '#0F211A'

red 15 ◦ green 33 ◦ blue 26

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

Shades of Dark Green #0F211A

Tints of Dark Green #0F211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 35.14%

R = 20.27%
G = 44.59%
B = 35.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.87

RGB Variations

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

Color information

#0F211A (or 0x0F211A) is known color: Dark Green. HEX triplet: 0F, 21 and 1A. RGB value is (15,33,26). Sum of RGB (Red+Green+Blue) = 15+33+26=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 33 - color contains mainly: green. Hex color #0F211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F211A is #F0DEE5. Grayscale: #1A1A1A. Windows color (decimal): -15785702 or 1712399. OLE color: 1712399.

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

Color convert

RGB 15 33 26 -
CMYK 0.55 0 0.21 0.87
HSL 156.67º 0.38% 0.09% -
HSV(B) 156.67º 0.55% 0.13% -
XYZ 0.93 1.26 1.17 -
YUV 26.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 15 33 26 0.55 0 0.21 0.87 156.67 0.38 0.09
Hex F 21 1A 37 0 15 57 9D 26 9
Octal 17 41 32 67 0 25 127 235 46 11
Binary 1111 100001 11010 110111 0 10101 1010111 10011101 100110 1001

Color Harmonies of #0F211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F211A

Black with #0F211A

Text Example


Text Example

White with #0F211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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