Html Css Color HEX #0C382E Dark Green

📋 copy color: '#0C382E'

red 12 ◦ green 56 ◦ blue 46

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

Shades of Dark Green #0C382E

Tints of Dark Green #0C382E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 49.12%

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

R = 10.53%
G = 49.12%
B = 40.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#0C382E (or 0x0C382E) is known color: Dark Green. HEX triplet: 0C, 38 and 2E. RGB value is (12,56,46). Sum of RGB (Red+Green+Blue) = 12+56+46=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #0C382E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C382E is #F3C7D1. Grayscale: #292929. Windows color (decimal): -15976402 or 3029004. OLE color: 3029004.

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

Color convert

RGB 12 56 46 -
CMYK 0.79 0 0.18 0.78
HSL 166.36º 0.65% 0.13% -
HSV(B) 166.36º 0.79% 0.22% -
XYZ 2.06 3.1 3.08 -
YUV 41.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 12 56 46 0.79 0 0.18 0.78 166.36 0.65 0.13
Hex C 38 2E 4F 0 12 4E A6 41 D
Octal 14 70 56 117 0 22 116 246 101 15
Binary 1100 111000 101110 1001111 0 10010 1001110 10100110 1000001 1101

Color Harmonies of #0C382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C382E

Black with #0C382E

Text Example


Text Example

White with #0C382E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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