Html Css Color HEX #0C392E Dark Green

📋 copy color: '#0C392E'

red 12 ◦ green 57 ◦ blue 46

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

Shades of Dark Green #0C392E

Tints of Dark Green #0C392E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 40%

R = 10.43%
G = 49.57%
B = 40%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.78

RGB Variations

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

Color information

#0C392E (or 0x0C392E) is known color: Dark Green. HEX triplet: 0C, 39 and 2E. RGB value is (12,57,46). Sum of RGB (Red+Green+Blue) = 12+57+46=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #0C392E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C392E is #F3C6D1. Grayscale: #2A2A2A. Windows color (decimal): -15976146 or 3029260. OLE color: 3029260.

HSL color Cylindrical-coordinate representation of color #0C392E: hue angle of 165.33º 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 #0C392E is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB 12 57 46 -
CMYK 0.79 0 0.19 0.78
HSL 165.33º 0.65% 0.14% -
HSV(B) 165.33º 0.79% 0.22% -
XYZ 2.11 3.2 3.09 -
YUV 42.29 130.09 106.39 -
System Red Green Blue C M Y K H S L
Decimal 12 57 46 0.79 0 0.19 0.78 165.33 0.65 0.14
Hex C 39 2E 4F 0 13 4E A5 41 E
Octal 14 71 56 117 0 23 116 245 101 16
Binary 1100 111001 101110 1001111 0 10011 1001110 10100101 1000001 1110

Color Harmonies of #0C392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C392E

Black with #0C392E

Text Example


Text Example

White with #0C392E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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