Html Css Color HEX #12B530 Dark Pastel Green

📋 copy color: '#12B530'

red 18 ◦ green 181 ◦ blue 48

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

Shades of Dark Pastel Green #12B530

Tints of Dark Pastel Green #12B530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.43%

R = 7.29%
G = 73.28%
B = 19.43%

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

#12B530 (or 0x12B530) is known color: Dark Pastel Green. HEX triplet: 12, B5 and 30. RGB value is (18,181,48). Sum of RGB (Red+Green+Blue) = 18+181+48=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 181 (71.09% from 255 or 73.28% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 181 - color contains mainly: green. Hex color #12B530 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B530 is #ED4ACF. Grayscale: #757575. Windows color (decimal): -15551184 or 3192082. OLE color: 3192082.

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

Color convert

RGB 18 181 48 -
CMYK 0.90 0 0.73 0.29
HSL 131.04º 0.82% 0.39% -
HSV(B) 131.04º 0.9% 0.71% -
XYZ 17.31 33.39 8.33 -
YUV 117.1 89 57.31 -
System Red Green Blue C M Y K H S L
Decimal 18 181 48 0.90 0 0.73 0.29 131.04 0.82 0.39
Hex 12 B5 30 5A 0 49 1D 83 52 27
Octal 22 265 60 132 0 111 35 203 122 47
Binary 10010 10110101 110000 1011010 0 1001001 11101 10000011 1010010 100111

Color Harmonies of #12B530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B530

Black with #12B530

Text Example


Text Example

White with #12B530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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