Html Css Color HEX #0C2321 Dark Green

📋 copy color: '#0C2321'

red 12 ◦ green 35 ◦ blue 33

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

Shades of Dark Green #0C2321

Tints of Dark Green #0C2321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 41.25%

R = 15%
G = 43.75%
B = 41.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#0C2321 (or 0x0C2321) is known color: Dark Green. HEX triplet: 0C, 23 and 21. RGB value is (12,35,33). Sum of RGB (Red+Green+Blue) = 12+35+33=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 33 (13.28% from 255 or 41.25% from 80); Max value from RGB is 35 - color contains mainly: green. Hex color #0C2321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2321 is #F3DCDE. Grayscale: #1B1B1B. Windows color (decimal): -15981791 or 2171660. OLE color: 2171660.

HSL color Cylindrical-coordinate representation of color #0C2321: hue angle of 174.78º 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 #0C2321 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB 12 35 33 -
CMYK 0.66 0 0.06 0.86
HSL 174.78º 0.49% 0.09% -
HSV(B) 174.78º 0.66% 0.14% -
XYZ 1.03 1.39 1.65 -
YUV 27.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 12 35 33 0.66 0 0.06 0.86 174.78 0.49 0.09
Hex C 23 21 42 0 6 56 AF 31 9
Octal 14 43 41 102 0 6 126 257 61 11
Binary 1100 100011 100001 1000010 0 110 1010110 10101111 110001 1001

Color Harmonies of #0C2321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2321

Black with #0C2321

Text Example


Text Example

White with #0C2321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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