Html Css Color HEX #0C2320 Dark Green

📋 copy color: '#0C2320'

red 12 ◦ green 35 ◦ blue 32

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

Shades of Dark Green #0C2320

Tints of Dark Green #0C2320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 44.3%

 BLUE value IS 32 (12.89% from 255) = 40.51%

R = 15.19%
G = 44.3%
B = 40.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#0C2320 (or 0x0C2320) is known color: Dark Green. HEX triplet: 0C, 23 and 20. RGB value is (12,35,32). Sum of RGB (Red+Green+Blue) = 12+35+32=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 32 (12.89% from 255 or 40.51% from 79); Max value from RGB is 35 - color contains mainly: green. Hex color #0C2320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2320 is #F3DCDF. Grayscale: #1B1B1B. Windows color (decimal): -15981792 or 2106124. OLE color: 2106124.

HSL color Cylindrical-coordinate representation of color #0C2320: hue angle of 172.17º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0C2320 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB 12 35 32 -
CMYK 0.66 0 0.09 0.86
HSL 172.17º 0.49% 0.09% -
HSV(B) 172.17º 0.66% 0.14% -
XYZ 1.01 1.38 1.58 -
YUV 27.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 12 35 32 0.66 0 0.09 0.86 172.17 0.49 0.09
Hex C 23 20 42 0 9 56 AC 31 9
Octal 14 43 40 102 0 11 126 254 61 11
Binary 1100 100011 100000 1000010 0 1001 1010110 10101100 110001 1001

Color Harmonies of #0C2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2320

Black with #0C2320

Text Example


Text Example

White with #0C2320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,35,32); }

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

background-color css

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

 a { background-color: rgb(12,35,32); }

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

border-color css

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

 span { border-color: rgb(12,35,32); }

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