Html Css Color HEX #12B345 Dark Pastel Green

📋 copy color: '#12B345'

red 18 ◦ green 179 ◦ blue 69

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

Shades of Dark Pastel Green #12B345

Tints of Dark Pastel Green #12B345

RGB

 RED value IS 18 (7.42% from 255) = 6.77%

 GREEN value IS 179 (70.31% from 255) = 67.29%

 BLUE value IS 69 (27.34% from 255) = 25.94%

R = 6.77%
G = 67.29%
B = 25.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#12B345 (or 0x12B345) is known color: Dark Pastel Green. HEX triplet: 12, B3 and 45. RGB value is (18,179,69). Sum of RGB (Red+Green+Blue) = 18+179+69=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 179 (70.31% from 255 or 67.29% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 179 - color contains mainly: green. Hex color #12B345 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B345 is #ED4CBA. Grayscale: #767676. Windows color (decimal): -15551675 or 4567826. OLE color: 4567826.

HSL color Cylindrical-coordinate representation of color #12B345: hue angle of 139.01º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B345 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 179 69 -
CMYK 0.90 0 0.61 0.30
HSL 139.01º 0.82% 0.39% -
HSV(B) 139.01º 0.9% 0.7% -
XYZ 17.44 32.8 11.04 -
YUV 118.32 100.16 56.44 -
System Red Green Blue C M Y K H S L
Decimal 18 179 69 0.90 0 0.61 0.30 139.01 0.82 0.39
Hex 12 B3 45 5A 0 3D 1E 8B 52 27
Octal 22 263 105 132 0 75 36 213 122 47
Binary 10010 10110011 1000101 1011010 0 111101 11110 10001011 1010010 100111

Color Harmonies of #12B345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B345

Black with #12B345

Text Example


Text Example

White with #12B345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12B345; }

 p { color: rgb(18,179,69); }

 H1.HeaderClassName
 {
   color: #12B345;
 }
 .AnyTagClassName
 {
   color: #12B345;
 }
</style>

background-color css

<style>
 a { background-color: #12B345; }

 a { background-color: rgb(18,179,69); }

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

border-color css

<style>
 span { border-color: #12B345; }

 span { border-color: rgb(18,179,69); }

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