Html Css Color HEX #12B326 Dark Pastel Green

📋 copy color: '#12B326'

red 18 ◦ green 179 ◦ blue 38

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

Shades of Dark Pastel Green #12B326

Tints of Dark Pastel Green #12B326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.17%

R = 7.66%
G = 76.17%
B = 16.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#12B326 (or 0x12B326) is known color: Dark Pastel Green. HEX triplet: 12, B3 and 26. RGB value is (18,179,38). Sum of RGB (Red+Green+Blue) = 18+179+38=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 179 (70.31% from 255 or 76.17% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 179 - color contains mainly: green. Hex color #12B326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B326 is #ED4CD9. Grayscale: #737373. Windows color (decimal): -15551706 or 2536210. OLE color: 2536210.

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

Color convert

RGB 18 179 38 -
CMYK 0.90 0 0.79 0.30
HSL 127.45º 0.82% 0.39% -
HSV(B) 127.45º 0.9% 0.7% -
XYZ 16.72 32.51 7.23 -
YUV 114.79 84.66 58.96 -
System Red Green Blue C M Y K H S L
Decimal 18 179 38 0.90 0 0.79 0.30 127.45 0.82 0.39
Hex 12 B3 26 5A 0 4F 1E 7F 52 27
Octal 22 263 46 132 0 117 36 177 122 47
Binary 10010 10110011 100110 1011010 0 1001111 11110 1111111 1010010 100111

Color Harmonies of #12B326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B326

Black with #12B326

Text Example


Text Example

White with #12B326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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