Html Css Color HEX #0C3B2E Dark Green

📋 copy color: '#0C3B2E'

red 12 ◦ green 59 ◦ blue 46

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

Shades of Dark Green #0C3B2E

Tints of Dark Green #0C3B2E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 50.43%

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

R = 10.26%
G = 50.43%
B = 39.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.22

 K value IS 0.77

RGB Variations

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

Color information

#0C3B2E (or 0x0C3B2E) is known color: Dark Green. HEX triplet: 0C, 3B and 2E. RGB value is (12,59,46). Sum of RGB (Red+Green+Blue) = 12+59+46=117 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.26% from 117); Green value is 59 (23.44% from 255 or 50.43% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 59 - color contains mainly: green. Hex color #0C3B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3B2E is #F3C4D1. Grayscale: #2B2B2B. Windows color (decimal): -15975634 or 3029772. OLE color: 3029772.

HSL color Cylindrical-coordinate representation of color #0C3B2E: hue angle of 163.4º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3B2E is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB 12 59 46 -
CMYK 0.80 0 0.22 0.77
HSL 163.4º 0.66% 0.14% -
HSV(B) 163.4º 0.8% 0.23% -
XYZ 2.21 3.4 3.13 -
YUV 43.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 12 59 46 0.80 0 0.22 0.77 163.4 0.66 0.14
Hex C 3B 2E 50 0 16 4D A3 42 E
Octal 14 73 56 120 0 26 115 243 102 16
Binary 1100 111011 101110 1010000 0 10110 1001101 10100011 1000010 1110

Color Harmonies of #0C3B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3B2E

Black with #0C3B2E

Text Example


Text Example

White with #0C3B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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