Html Css Color HEX #0C211F Dark Green

📋 copy color: '#0C211F'

red 12 ◦ green 33 ◦ blue 31

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

Shades of Dark Green #0C211F

Tints of Dark Green #0C211F

RGB

 RED value IS 12 (5.08% from 255) = 15.79%

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

 BLUE value IS 31 (12.5% from 255) = 40.79%

R = 15.79%
G = 43.42%
B = 40.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#0C211F (or 0x0C211F) is known color: Dark Green. HEX triplet: 0C, 21 and 1F. RGB value is (12,33,31). Sum of RGB (Red+Green+Blue) = 12+33+31=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 33 - color contains mainly: green. Hex color #0C211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C211F is #F3DEE0. Grayscale: #1A1A1A. Windows color (decimal): -15982305 or 2040076. OLE color: 2040076.

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

Color convert

RGB 12 33 31 -
CMYK 0.64 0 0.06 0.87
HSL 174.29º 0.47% 0.09% -
HSV(B) 174.29º 0.64% 0.13% -
XYZ 0.94 1.26 1.49 -
YUV 26.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 12 33 31 0.64 0 0.06 0.87 174.29 0.47 0.09
Hex C 21 1F 40 0 6 57 AE 2F 9
Octal 14 41 37 100 0 6 127 256 57 11
Binary 1100 100001 11111 1000000 0 110 1010111 10101110 101111 1001

Color Harmonies of #0C211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C211F

Black with #0C211F

Text Example


Text Example

White with #0C211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,33,31); }

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

background-color css

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

 a { background-color: rgb(12,33,31); }

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

border-color css

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

 span { border-color: rgb(12,33,31); }

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