Html Css Color HEX #12B730 Dark Pastel Green

📋 copy color: '#12B730'

red 18 ◦ green 183 ◦ blue 48

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

Shades of Dark Pastel Green #12B730

Tints of Dark Pastel Green #12B730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 73.49%

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 7.23%
G = 73.49%
B = 19.28%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#12B730 (or 0x12B730) is known color: Dark Pastel Green. HEX triplet: 12, B7 and 30. RGB value is (18,183,48). Sum of RGB (Red+Green+Blue) = 18+183+48=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 183 (71.88% from 255 or 73.49% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 183 - color contains mainly: green. Hex color #12B730 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B730 is #ED48CF. Grayscale: #767676. Windows color (decimal): -15550672 or 3192594. OLE color: 3192594.

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

Color convert

RGB 18 183 48 -
CMYK 0.90 0 0.74 0.28
HSL 130.91º 0.82% 0.39% -
HSV(B) 130.91º 0.9% 0.72% -
XYZ 17.72 34.21 8.47 -
YUV 118.28 88.34 56.48 -
System Red Green Blue C M Y K H S L
Decimal 18 183 48 0.90 0 0.74 0.28 130.91 0.82 0.39
Hex 12 B7 30 5A 0 4A 1C 83 52 27
Octal 22 267 60 132 0 112 34 203 122 47
Binary 10010 10110111 110000 1011010 0 1001010 11100 10000011 1010010 100111

Color Harmonies of #12B730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B730

Black with #12B730

Text Example


Text Example

White with #12B730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,183,48); }

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

background-color css

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

 a { background-color: rgb(18,183,48); }

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

border-color css

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

 span { border-color: rgb(18,183,48); }

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