Html Css Color HEX #12B32C Dark Pastel Green

📋 copy color: '#12B32C'

red 18 ◦ green 179 ◦ blue 44

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

Shades of Dark Pastel Green #12B32C

Tints of Dark Pastel Green #12B32C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 74.27%

 BLUE value IS 44 (17.58% from 255) = 18.26%

R = 7.47%
G = 74.27%
B = 18.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#12B32C (or 0x12B32C) is known color: Dark Pastel Green. HEX triplet: 12, B3 and 2C. RGB value is (18,179,44). Sum of RGB (Red+Green+Blue) = 18+179+44=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 179 (70.31% from 255 or 74.27% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 179 - color contains mainly: green. Hex color #12B32C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B32C is #ED4CD3. Grayscale: #737373. Windows color (decimal): -15551700 or 2929426. OLE color: 2929426.

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

Color convert

RGB 18 179 44 -
CMYK 0.90 0 0.75 0.30
HSL 129.69º 0.82% 0.39% -
HSV(B) 129.69º 0.9% 0.7% -
XYZ 16.82 32.55 7.78 -
YUV 115.47 87.66 58.48 -
System Red Green Blue C M Y K H S L
Decimal 18 179 44 0.90 0 0.75 0.30 129.69 0.82 0.39
Hex 12 B3 2C 5A 0 4B 1E 82 52 27
Octal 22 263 54 132 0 113 36 202 122 47
Binary 10010 10110011 101100 1011010 0 1001011 11110 10000010 1010010 100111

Color Harmonies of #12B32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B32C

Black with #12B32C

Text Example


Text Example

White with #12B32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,179,44); }

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

background-color css

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

 a { background-color: rgb(18,179,44); }

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

border-color css

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

 span { border-color: rgb(18,179,44); }

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