Html Css Color HEX #12B229 Dark Pastel Green

📋 copy color: '#12B229'

red 18 ◦ green 178 ◦ blue 41

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

Shades of Dark Pastel Green #12B229

Tints of Dark Pastel Green #12B229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 75.11%

 BLUE value IS 41 (16.41% from 255) = 17.3%

R = 7.59%
G = 75.11%
B = 17.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#12B229 (or 0x12B229) is known color: Dark Pastel Green. HEX triplet: 12, B2 and 29. RGB value is (18,178,41). Sum of RGB (Red+Green+Blue) = 18+178+41=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 178 (69.92% from 255 or 75.11% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 178 - color contains mainly: green. Hex color #12B229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B229 is #ED4DD6. Grayscale: #727272. Windows color (decimal): -15551959 or 2732562. OLE color: 2732562.

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

Color convert

RGB 18 178 41 -
CMYK 0.90 0 0.77 0.30
HSL 128.63º 0.82% 0.38% -
HSV(B) 128.63º 0.9% 0.7% -
XYZ 16.57 32.13 7.43 -
YUV 114.54 86.49 59.14 -
System Red Green Blue C M Y K H S L
Decimal 18 178 41 0.90 0 0.77 0.30 128.63 0.82 0.38
Hex 12 B2 29 5A 0 4D 1E 81 52 26
Octal 22 262 51 132 0 115 36 201 122 46
Binary 10010 10110010 101001 1011010 0 1001101 11110 10000001 1010010 100110

Color Harmonies of #12B229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B229

Black with #12B229

Text Example


Text Example

White with #12B229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,178,41); }

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

background-color css

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

 a { background-color: rgb(18,178,41); }

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

border-color css

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

 span { border-color: rgb(18,178,41); }

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