Html Css Color HEX #0C3223 Dark Green

📋 copy color: '#0C3223'

red 12 ◦ green 50 ◦ blue 35

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

Shades of Dark Green #0C3223

Tints of Dark Green #0C3223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 51.55%

 BLUE value IS 35 (14.06% from 255) = 36.08%

R = 12.37%
G = 51.55%
B = 36.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#0C3223 (or 0x0C3223) is known color: Dark Green. HEX triplet: 0C, 32 and 23. RGB value is (12,50,35). Sum of RGB (Red+Green+Blue) = 12+50+35=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #0C3223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3223 is #F3CDDC. Grayscale: #242424. Windows color (decimal): -15977949 or 2306572. OLE color: 2306572.

HSL color Cylindrical-coordinate representation of color #0C3223: hue angle of 156.32º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C3223 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB 12 50 35 -
CMYK 0.76 0 0.30 0.80
HSL 156.32º 0.61% 0.12% -
HSV(B) 156.32º 0.76% 0.2% -
XYZ 1.6 2.48 1.98 -
YUV 36.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 12 50 35 0.76 0 0.30 0.80 156.32 0.61 0.12
Hex C 32 23 4C 0 1E 50 9C 3D C
Octal 14 62 43 114 0 36 120 234 75 14
Binary 1100 110010 100011 1001100 0 11110 1010000 10011100 111101 1100

Color Harmonies of #0C3223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3223

Black with #0C3223

Text Example


Text Example

White with #0C3223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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