Html Css Color HEX #1EAF52 Pigment Green

📋 copy color: '#1EAF52'

red 30 ◦ green 175 ◦ blue 82

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

Shades of Pigment Green #1EAF52

Tints of Pigment Green #1EAF52

RGB

 RED value IS 30 (12.11% from 255) = 10.45%

 GREEN value IS 175 (68.75% from 255) = 60.98%

 BLUE value IS 82 (32.42% from 255) = 28.57%

R = 10.45%
G = 60.98%
B = 28.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#1EAF52 (or 0x1EAF52) is known color: Pigment Green. HEX triplet: 1E, AF and 52. RGB value is (30,175,82). Sum of RGB (Red+Green+Blue) = 30+175+82=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAF52 is #E150AD. Grayscale: #797979. Windows color (decimal): -14766254 or 5418782. OLE color: 5418782.

HSL color Cylindrical-coordinate representation of color #1EAF52: hue angle of 141.52º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAF52 is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 30 175 82 -
CMYK 0.83 0 0.53 0.31
HSL 141.52º 0.71% 0.4% -
HSV(B) 141.52º 0.83% 0.69% -
XYZ 17.39 31.55 13.16 -
YUV 121.04 105.96 63.06 -
System Red Green Blue C M Y K H S L
Decimal 30 175 82 0.83 0 0.53 0.31 141.52 0.71 0.4
Hex 1E AF 52 53 0 35 1F 8E 47 28
Octal 36 257 122 123 0 65 37 216 107 50
Binary 11110 10101111 1010010 1010011 0 110101 11111 10001110 1000111 101000

Color Harmonies of #1EAF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAF52

Black with #1EAF52

Text Example


Text Example

White with #1EAF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EAF52; }

 p { color: rgb(30,175,82); }

 H1.HeaderClassName
 {
   color: #1EAF52;
 }
 .AnyTagClassName
 {
   color: #1EAF52;
 }
</style>

background-color css

<style>
 a { background-color: #1EAF52; }

 a { background-color: rgb(30,175,82); }

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

border-color css

<style>
 span { border-color: #1EAF52; }

 span { border-color: rgb(30,175,82); }

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