Html Css Color HEX #0C382C Dark Green

📋 copy color: '#0C382C'

red 12 ◦ green 56 ◦ blue 44

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

Shades of Dark Green #0C382C

Tints of Dark Green #0C382C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 39.29%

R = 10.71%
G = 50%
B = 39.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#0C382C (or 0x0C382C) is known color: Dark Green. HEX triplet: 0C, 38 and 2C. RGB value is (12,56,44). Sum of RGB (Red+Green+Blue) = 12+56+44=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #0C382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C382C is #F3C7D3. Grayscale: #292929. Windows color (decimal): -15976404 or 2897932. OLE color: 2897932.

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

Color convert

RGB 12 56 44 -
CMYK 0.79 0 0.21 0.78
HSL 163.64º 0.65% 0.13% -
HSV(B) 163.64º 0.79% 0.22% -
XYZ 2.02 3.09 2.87 -
YUV 41.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 12 56 44 0.79 0 0.21 0.78 163.64 0.65 0.13
Hex C 38 2C 4F 0 15 4E A4 41 D
Octal 14 70 54 117 0 25 116 244 101 15
Binary 1100 111000 101100 1001111 0 10101 1001110 10100100 1000001 1101

Color Harmonies of #0C382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C382C

Black with #0C382C

Text Example


Text Example

White with #0C382C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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