Html Css Color HEX #12B731 Dark Pastel Green

📋 copy color: '#12B731'

red 18 ◦ green 183 ◦ blue 49

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

Shades of Dark Pastel Green #12B731

Tints of Dark Pastel Green #12B731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.6%

R = 7.2%
G = 73.2%
B = 19.6%

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

#12B731 (or 0x12B731) is known color: Dark Pastel Green. HEX triplet: 12, B7 and 31. RGB value is (18,183,49). Sum of RGB (Red+Green+Blue) = 18+183+49=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 183 (71.88% from 255 or 73.2% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 183 - color contains mainly: green. Hex color #12B731 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B731 is #ED48CE. Grayscale: #767676. Windows color (decimal): -15550671 or 3258130. OLE color: 3258130.

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

Color convert

RGB 18 183 49 -
CMYK 0.90 0 0.73 0.28
HSL 131.27º 0.82% 0.39% -
HSV(B) 131.27º 0.9% 0.72% -
XYZ 17.74 34.22 8.58 -
YUV 118.39 88.84 56.4 -
System Red Green Blue C M Y K H S L
Decimal 18 183 49 0.90 0 0.73 0.28 131.27 0.82 0.39
Hex 12 B7 31 5A 0 49 1C 83 52 27
Octal 22 267 61 132 0 111 34 203 122 47
Binary 10010 10110111 110001 1011010 0 1001001 11100 10000011 1010010 100111

Color Harmonies of #12B731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B731

Black with #12B731

Text Example


Text Example

White with #12B731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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