Html Css Color HEX #12B531 Dark Pastel Green

📋 copy color: '#12B531'

red 18 ◦ green 181 ◦ blue 49

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

Shades of Dark Pastel Green #12B531

Tints of Dark Pastel Green #12B531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 72.98%

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

R = 7.26%
G = 72.98%
B = 19.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#12B531 (or 0x12B531) is known color: Dark Pastel Green. HEX triplet: 12, B5 and 31. RGB value is (18,181,49). Sum of RGB (Red+Green+Blue) = 18+181+49=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 181 (71.09% from 255 or 72.98% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 181 - color contains mainly: green. Hex color #12B531 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B531 is #ED4ACE. Grayscale: #757575. Windows color (decimal): -15551183 or 3257618. OLE color: 3257618.

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

Color convert

RGB 18 181 49 -
CMYK 0.90 0 0.73 0.29
HSL 131.41º 0.82% 0.39% -
HSV(B) 131.41º 0.9% 0.71% -
XYZ 17.33 33.4 8.44 -
YUV 117.22 89.5 57.23 -
System Red Green Blue C M Y K H S L
Decimal 18 181 49 0.90 0 0.73 0.29 131.41 0.82 0.39
Hex 12 B5 31 5A 0 49 1D 83 52 27
Octal 22 265 61 132 0 111 35 203 122 47
Binary 10010 10110101 110001 1011010 0 1001001 11101 10000011 1010010 100111

Color Harmonies of #12B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B531

Black with #12B531

Text Example


Text Example

White with #12B531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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