Html Css Color HEX #039A30 Pigment Green

📋 copy color: '#039A30'

red 3 ◦ green 154 ◦ blue 48

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

Shades of Pigment Green #039A30

Tints of Pigment Green #039A30

RGB

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

 GREEN value IS 154 (60.55% from 255) = 75.12%

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

R = 1.46%
G = 75.12%
B = 23.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#039A30 (or 0x039A30) is known color: Pigment Green. HEX triplet: 03, 9A and 30. RGB value is (3,154,48). Sum of RGB (Red+Green+Blue) = 3+154+48=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 154 (60.55% from 255 or 75.12% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 154 - color contains mainly: green. Hex color #039A30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039A30 is #FC65CF. Grayscale: #616161. Windows color (decimal): -16541136 or 3185155. OLE color: 3185155.

HSL color Cylindrical-coordinate representation of color #039A30: hue angle of 137.88º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039A30 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 154 48 -
CMYK 0.98 0 0.69 0.40
HSL 137.88º 0.96% 0.31% -
HSV(B) 137.88º 0.98% 0.6% -
XYZ 12.13 23.34 6.66 -
YUV 96.77 100.47 61.12 -
System Red Green Blue C M Y K H S L
Decimal 3 154 48 0.98 0 0.69 0.40 137.88 0.96 0.31
Hex 3 9A 30 62 0 45 28 8A 60 1F
Octal 3 232 60 142 0 105 50 212 140 37
Binary 11 10011010 110000 1100010 0 1000101 101000 10001010 1100000 11111

Color Harmonies of #039A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039A30

Black with #039A30

Text Example


Text Example

White with #039A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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