Html Css Color HEX #12AA2D Dark Pastel Green

📋 copy color: '#12AA2D'

red 18 ◦ green 170 ◦ blue 45

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

Shades of Dark Pastel Green #12AA2D

Tints of Dark Pastel Green #12AA2D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 72.96%

 BLUE value IS 45 (17.97% from 255) = 19.31%

R = 7.73%
G = 72.96%
B = 19.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#12AA2D (or 0x12AA2D) is known color: Dark Pastel Green. HEX triplet: 12, AA and 2D. RGB value is (18,170,45). Sum of RGB (Red+Green+Blue) = 18+170+45=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 170 (66.80% from 255 or 72.96% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AA2D is #ED55D2. Grayscale: #6E6E6E. Windows color (decimal): -15554003 or 2992658. OLE color: 2992658.

HSL color Cylindrical-coordinate representation of color #12AA2D: hue angle of 130.66º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AA2D is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 170 45 -
CMYK 0.89 0 0.74 0.33
HSL 130.66º 0.81% 0.37% -
HSV(B) 130.66º 0.89% 0.67% -
XYZ 15.1 29.07 7.3 -
YUV 110.3 91.14 62.16 -
System Red Green Blue C M Y K H S L
Decimal 18 170 45 0.89 0 0.74 0.33 130.66 0.81 0.37
Hex 12 AA 2D 59 0 4A 21 83 51 25
Octal 22 252 55 131 0 112 41 203 121 45
Binary 10010 10101010 101101 1011001 0 1001010 100001 10000011 1010001 100101

Color Harmonies of #12AA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA2D

Black with #12AA2D

Text Example


Text Example

White with #12AA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,170,45); }

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

background-color css

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

 a { background-color: rgb(18,170,45); }

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

border-color css

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

 span { border-color: rgb(18,170,45); }

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