Html Css Color HEX #12993D Pigment Green

📋 copy color: '#12993D'

red 18 ◦ green 153 ◦ blue 61

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

Shades of Pigment Green #12993D

Tints of Pigment Green #12993D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 65.95%

 BLUE value IS 61 (24.22% from 255) = 26.29%

R = 7.76%
G = 65.95%
B = 26.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#12993D (or 0x12993D) is known color: Pigment Green. HEX triplet: 12, 99 and 3D. RGB value is (18,153,61). Sum of RGB (Red+Green+Blue) = 18+153+61=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 153 (60.16% from 255 or 65.95% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 153 - color contains mainly: green. Hex color #12993D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12993D is #ED66C2. Grayscale: #666666. Windows color (decimal): -15558339 or 4036882. OLE color: 4036882.

HSL color Cylindrical-coordinate representation of color #12993D: hue angle of 139.11º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12993D is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 153 61 -
CMYK 0.88 0 0.60 0.4
HSL 139.11º 0.79% 0.34% -
HSV(B) 139.11º 0.88% 0.6% -
XYZ 12.48 23.25 8.24 -
YUV 102.15 104.77 67.98 -
System Red Green Blue C M Y K H S L
Decimal 18 153 61 0.88 0 0.60 0.4 139.11 0.79 0.34
Hex 12 99 3D 58 0 3C 28 8B 4F 22
Octal 22 231 75 130 0 74 50 213 117 42
Binary 10010 10011001 111101 1011000 0 111100 101000 10001011 1001111 100010

Color Harmonies of #12993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12993D

Black with #12993D

Text Example


Text Example

White with #12993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12993D; }

 p { color: rgb(18,153,61); }

 H1.HeaderClassName
 {
   color: #12993D;
 }
 .AnyTagClassName
 {
   color: #12993D;
 }
</style>

background-color css

<style>
 a { background-color: #12993D; }

 a { background-color: rgb(18,153,61); }

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

border-color css

<style>
 span { border-color: #12993D; }

 span { border-color: rgb(18,153,61); }

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