Html Css Color HEX #039130 Pigment Green

📋 copy color: '#039130'

red 3 ◦ green 145 ◦ blue 48

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

Shades of Pigment Green #039130

Tints of Pigment Green #039130

RGB

 RED value IS 3 (1.56% from 255) = 1.53%

 GREEN value IS 145 (57.03% from 255) = 73.98%

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

R = 1.53%
G = 73.98%
B = 24.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#039130 (or 0x039130) is known color: Pigment Green. HEX triplet: 03, 91 and 30. RGB value is (3,145,48). Sum of RGB (Red+Green+Blue) = 3+145+48=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 145 (57.03% from 255 or 73.98% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 145 - color contains mainly: green. Hex color #039130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039130 is #FC6ECF. Grayscale: #5B5B5B. Windows color (decimal): -16543440 or 3182851. OLE color: 3182851.

HSL color Cylindrical-coordinate representation of color #039130: hue angle of 139.01º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039130 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 145 48 -
CMYK 0.98 0 0.67 0.43
HSL 139.01º 0.96% 0.29% -
HSV(B) 139.01º 0.98% 0.57% -
XYZ 10.7 20.48 6.19 -
YUV 91.48 103.46 64.89 -
System Red Green Blue C M Y K H S L
Decimal 3 145 48 0.98 0 0.67 0.43 139.01 0.96 0.29
Hex 3 91 30 62 0 43 2B 8B 60 1D
Octal 3 221 60 142 0 103 53 213 140 35
Binary 11 10010001 110000 1100010 0 1000011 101011 10001011 1100000 11101

Color Harmonies of #039130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039130

Black with #039130

Text Example


Text Example

White with #039130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039130; }

 p { color: rgb(3,145,48); }

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

background-color css

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

 a { background-color: rgb(3,145,48); }

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

border-color css

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

 span { border-color: rgb(3,145,48); }

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