#12B435

Color #12B435 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #12B435

Tints of Dark Pastel Green #12B435

Color information

#12B435 (or 0x12B435) is unknown color: approx Dark Pastel Green. HEX triplet: 12, B4 and 35. RGB value is (18,180,53). Sum of RGB (Red+Green+Blue) = 18+180+53=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 180 (70.70% from 255 or 71.71% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 180 - color contains mainly: green. Hex color #12B435 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B435 is #ED4BCA. Grayscale: #757575. Windows color (decimal): -15551435 or 3519506. OLE color: 3519506.

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

Color convert

RGB1818053-
CMYK0.900.710.29
HSL132.96º81.82%38.82%-
HSV(B)132.96º90%70.59%-
XYZ17.2133.038.84-
YUV117.0891.8357.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.17%
GREEN value IS 180 (70.70% from 255) = 71.71%
BLUE value IS 53 (21.09% from 255) = 21.12%
R=7.17%
G=71.71%
B=21.12%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18180530.900.710.29132.9681.8238.82
Hex12B4355A0471D855227
Octal222646513201073520512247
Binary100101011010011010110110100100011111101100001011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,180,53); }

 H1.HeaderClassName
 {
   color: #12B435;
 }
 .AnyTagClassName
 {
   color: #12B435;
 }
</style>
background-color css

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

 a { background-color: rgb(18,180,53); }

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

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

 span { border-color: rgb(18,180,53); }

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