Html Css Color HEX #0C342B Dark Green

📋 copy color: '#0C342B'

red 12 ◦ green 52 ◦ blue 43

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

Shades of Dark Green #0C342B

Tints of Dark Green #0C342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 48.6%

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

R = 11.21%
G = 48.6%
B = 40.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.80

RGB Variations

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

Color information

#0C342B (or 0x0C342B) is known color: Dark Green. HEX triplet: 0C, 34 and 2B. RGB value is (12,52,43). Sum of RGB (Red+Green+Blue) = 12+52+43=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #0C342B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C342B is #F3CBD4. Grayscale: #272727. Windows color (decimal): -15977429 or 2831372. OLE color: 2831372.

HSL color Cylindrical-coordinate representation of color #0C342B: hue angle of 166.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C342B is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB 12 52 43 -
CMYK 0.77 0 0.17 0.80
HSL 166.5º 0.63% 0.13% -
HSV(B) 166.5º 0.77% 0.2% -
XYZ 1.82 2.71 2.71 -
YUV 39.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 12 52 43 0.77 0 0.17 0.80 166.5 0.63 0.13
Hex C 34 2B 4D 0 11 50 A6 3E D
Octal 14 64 53 115 0 21 120 246 76 15
Binary 1100 110100 101011 1001101 0 10001 1010000 10100110 111110 1101

Color Harmonies of #0C342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C342B

Black with #0C342B

Text Example


Text Example

White with #0C342B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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