Html Css Color HEX #12B325 Dark Pastel Green

📋 copy color: '#12B325'

red 18 ◦ green 179 ◦ blue 37

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

Shades of Dark Pastel Green #12B325

Tints of Dark Pastel Green #12B325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.81%

R = 7.69%
G = 76.5%
B = 15.81%

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

#12B325 (or 0x12B325) is known color: Dark Pastel Green. HEX triplet: 12, B3 and 25. RGB value is (18,179,37). Sum of RGB (Red+Green+Blue) = 18+179+37=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 179 (70.31% from 255 or 76.50% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 179 - color contains mainly: green. Hex color #12B325 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B325 is #ED4CDA. Grayscale: #737373. Windows color (decimal): -15551707 or 2470674. OLE color: 2470674.

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

Color convert

RGB 18 179 37 -
CMYK 0.90 0 0.79 0.30
HSL 127.08º 0.82% 0.39% -
HSV(B) 127.08º 0.9% 0.7% -
XYZ 16.7 32.5 7.14 -
YUV 114.67 84.16 59.05 -
System Red Green Blue C M Y K H S L
Decimal 18 179 37 0.90 0 0.79 0.30 127.08 0.82 0.39
Hex 12 B3 25 5A 0 4F 1E 7F 52 27
Octal 22 263 45 132 0 117 36 177 122 47
Binary 10010 10110011 100101 1011010 0 1001111 11110 1111111 1010010 100111

Color Harmonies of #12B325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B325

Black with #12B325

Text Example


Text Example

White with #12B325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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