Html Css Color HEX #12B528 Dark Pastel Green

📋 copy color: '#12B528'

red 18 ◦ green 181 ◦ blue 40

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

Shades of Dark Pastel Green #12B528

Tints of Dark Pastel Green #12B528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.74%

R = 7.53%
G = 75.73%
B = 16.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#12B528 (or 0x12B528) is known color: Dark Pastel Green. HEX triplet: 12, B5 and 28. RGB value is (18,181,40). Sum of RGB (Red+Green+Blue) = 18+181+40=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 181 (71.09% from 255 or 75.73% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 181 - color contains mainly: green. Hex color #12B528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B528 is #ED4AD7. Grayscale: #747474. Windows color (decimal): -15551192 or 2667794. OLE color: 2667794.

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

Color convert

RGB 18 181 40 -
CMYK 0.90 0 0.78 0.29
HSL 128.1º 0.82% 0.39% -
HSV(B) 128.1º 0.9% 0.71% -
XYZ 17.16 33.33 7.54 -
YUV 116.19 85 57.96 -
System Red Green Blue C M Y K H S L
Decimal 18 181 40 0.90 0 0.78 0.29 128.1 0.82 0.39
Hex 12 B5 28 5A 0 4E 1D 80 52 27
Octal 22 265 50 132 0 116 35 200 122 47
Binary 10010 10110101 101000 1011010 0 1001110 11101 10000000 1010010 100111

Color Harmonies of #12B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B528

Black with #12B528

Text Example


Text Example

White with #12B528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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