Html Css Color HEX #12B732 Dark Pastel Green

📋 copy color: '#12B732'

red 18 ◦ green 183 ◦ blue 50

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

Shades of Dark Pastel Green #12B732

Tints of Dark Pastel Green #12B732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.92%

R = 7.17%
G = 72.91%
B = 19.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#12B732 (or 0x12B732) is known color: Dark Pastel Green. HEX triplet: 12, B7 and 32. RGB value is (18,183,50). Sum of RGB (Red+Green+Blue) = 18+183+50=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 183 (71.88% from 255 or 72.91% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 183 - color contains mainly: green. Hex color #12B732 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B732 is #ED48CD. Grayscale: #767676. Windows color (decimal): -15550670 or 3323666. OLE color: 3323666.

HSL color Cylindrical-coordinate representation of color #12B732: hue angle of 131.64º 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 #12B732 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 183 50 -
CMYK 0.90 0 0.73 0.28
HSL 131.64º 0.82% 0.39% -
HSV(B) 131.64º 0.9% 0.72% -
XYZ 17.76 34.23 8.69 -
YUV 118.5 89.34 56.31 -
System Red Green Blue C M Y K H S L
Decimal 18 183 50 0.90 0 0.73 0.28 131.64 0.82 0.39
Hex 12 B7 32 5A 0 49 1C 84 52 27
Octal 22 267 62 132 0 111 34 204 122 47
Binary 10010 10110111 110010 1011010 0 1001001 11100 10000100 1010010 100111

Color Harmonies of #12B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B732

Black with #12B732

Text Example


Text Example

White with #12B732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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