Html Css Color HEX #0C332A Dark Green

📋 copy color: '#0C332A'

red 12 ◦ green 51 ◦ blue 42

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

Shades of Dark Green #0C332A

Tints of Dark Green #0C332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 48.57%

 BLUE value IS 42 (16.8% from 255) = 40%

R = 11.43%
G = 48.57%
B = 40%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#0C332A (or 0x0C332A) is known color: Dark Green. HEX triplet: 0C, 33 and 2A. RGB value is (12,51,42). Sum of RGB (Red+Green+Blue) = 12+51+42=105 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.43% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #0C332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C332A is #F3CCD5. Grayscale: #262626. Windows color (decimal): -15977686 or 2765580. OLE color: 2765580.

HSL color Cylindrical-coordinate representation of color #0C332A: hue angle of 166.15º degrees, saturation: 0.62, 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 #0C332A is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB 12 51 42 -
CMYK 0.76 0 0.18 0.8
HSL 166.15º 0.62% 0.12% -
HSV(B) 166.15º 0.76% 0.2% -
XYZ 1.75 2.61 2.6 -
YUV 38.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 12 51 42 0.76 0 0.18 0.8 166.15 0.62 0.12
Hex C 33 2A 4C 0 12 50 A6 3E C
Octal 14 63 52 114 0 22 120 246 76 14
Binary 1100 110011 101010 1001100 0 10010 1010000 10100110 111110 1100

Color Harmonies of #0C332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C332A

Black with #0C332A

Text Example


Text Example

White with #0C332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,51,42); }

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

background-color css

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

 a { background-color: rgb(12,51,42); }

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

border-color css

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

 span { border-color: rgb(12,51,42); }

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