Html Css Color HEX #0C392A Dark Green

📋 copy color: '#0C392A'

red 12 ◦ green 57 ◦ blue 42

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

Shades of Dark Green #0C392A

Tints of Dark Green #0C392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 51.35%

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

R = 10.81%
G = 51.35%
B = 37.84%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#0C392A (or 0x0C392A) is known color: Dark Green. HEX triplet: 0C, 39 and 2A. RGB value is (12,57,42). Sum of RGB (Red+Green+Blue) = 12+57+42=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #0C392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C392A is #F3C6D5. Grayscale: #292929. Windows color (decimal): -15976150 or 2767116. OLE color: 2767116.

HSL color Cylindrical-coordinate representation of color #0C392A: hue angle of 160º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C392A is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 12 57 42 -
CMYK 0.79 0 0.26 0.78
HSL 160º 0.65% 0.14% -
HSV(B) 160º 0.79% 0.22% -
XYZ 2.03 3.17 2.7 -
YUV 41.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 12 57 42 0.79 0 0.26 0.78 160 0.65 0.14
Hex C 39 2A 4F 0 1A 4E A0 41 E
Octal 14 71 52 117 0 32 116 240 101 16
Binary 1100 111001 101010 1001111 0 11010 1001110 10100000 1000001 1110

Color Harmonies of #0C392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C392A

Black with #0C392A

Text Example


Text Example

White with #0C392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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