Html Css Color HEX #0C382B Dark Green

📋 copy color: '#0C382B'

red 12 ◦ green 56 ◦ blue 43

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

Shades of Dark Green #0C382B

Tints of Dark Green #0C382B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 38.74%

R = 10.81%
G = 50.45%
B = 38.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#0C382B (or 0x0C382B) is known color: Dark Green. HEX triplet: 0C, 38 and 2B. RGB value is (12,56,43). Sum of RGB (Red+Green+Blue) = 12+56+43=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #0C382B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C382B is #F3C7D4. Grayscale: #292929. Windows color (decimal): -15976405 or 2832396. OLE color: 2832396.

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

Color convert

RGB 12 56 43 -
CMYK 0.79 0 0.23 0.78
HSL 162.27º 0.65% 0.13% -
HSV(B) 162.27º 0.79% 0.22% -
XYZ 2 3.08 2.77 -
YUV 41.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 12 56 43 0.79 0 0.23 0.78 162.27 0.65 0.13
Hex C 38 2B 4F 0 17 4E A2 41 D
Octal 14 70 53 117 0 27 116 242 101 15
Binary 1100 111000 101011 1001111 0 10111 1001110 10100010 1000001 1101

Color Harmonies of #0C382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C382B

Black with #0C382B

Text Example


Text Example

White with #0C382B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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