Html Css Color HEX #0C372A Dark Green

📋 copy color: '#0C372A'

red 12 ◦ green 55 ◦ blue 42

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

Shades of Dark Green #0C372A

Tints of Dark Green #0C372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 50.46%

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

R = 11.01%
G = 50.46%
B = 38.53%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#0C372A (or 0x0C372A) is known color: Dark Green. HEX triplet: 0C, 37 and 2A. RGB value is (12,55,42). Sum of RGB (Red+Green+Blue) = 12+55+42=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #0C372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C372A is #F3C8D5. Grayscale: #282828. Windows color (decimal): -15976662 or 2766604. OLE color: 2766604.

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

Color convert

RGB 12 55 42 -
CMYK 0.78 0 0.24 0.78
HSL 161.86º 0.64% 0.13% -
HSV(B) 161.86º 0.78% 0.22% -
XYZ 1.94 2.98 2.66 -
YUV 40.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 12 55 42 0.78 0 0.24 0.78 161.86 0.64 0.13
Hex C 37 2A 4E 0 18 4E A2 40 D
Octal 14 67 52 116 0 30 116 242 100 15
Binary 1100 110111 101010 1001110 0 11000 1001110 10100010 1000000 1101

Color Harmonies of #0C372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C372A

Black with #0C372A

Text Example


Text Example

White with #0C372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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