Html Css Color HEX #12B742 Dark Pastel Green

📋 copy color: '#12B742'

red 18 ◦ green 183 ◦ blue 66

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

Shades of Dark Pastel Green #12B742

Tints of Dark Pastel Green #12B742

RGB

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

 GREEN value IS 183 (71.88% from 255) = 68.54%

 BLUE value IS 66 (26.17% from 255) = 24.72%

R = 6.74%
G = 68.54%
B = 24.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#12B742 (or 0x12B742) is known color: Dark Pastel Green. HEX triplet: 12, B7 and 42. RGB value is (18,183,66). Sum of RGB (Red+Green+Blue) = 18+183+66=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 183 (71.88% from 255 or 68.54% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 183 - color contains mainly: green. Hex color #12B742 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B742 is #ED48BD. Grayscale: #787878. Windows color (decimal): -15550654 or 4372242. OLE color: 4372242.

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

Color convert

RGB 18 183 66 -
CMYK 0.90 0 0.64 0.28
HSL 137.45º 0.82% 0.39% -
HSV(B) 137.45º 0.9% 0.72% -
XYZ 18.17 34.39 10.83 -
YUV 120.33 97.34 55.01 -
System Red Green Blue C M Y K H S L
Decimal 18 183 66 0.90 0 0.64 0.28 137.45 0.82 0.39
Hex 12 B7 42 5A 0 40 1C 89 52 27
Octal 22 267 102 132 0 100 34 211 122 47
Binary 10010 10110111 1000010 1011010 0 1000000 11100 10001001 1010010 100111

Color Harmonies of #12B742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B742

Black with #12B742

Text Example


Text Example

White with #12B742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,183,66); }

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

background-color css

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

 a { background-color: rgb(18,183,66); }

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

border-color css

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

 span { border-color: rgb(18,183,66); }

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