Html Css Color HEX #039042 Pigment Green

📋 copy color: '#039042'

red 3 ◦ green 144 ◦ blue 66

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

Shades of Pigment Green #039042

Tints of Pigment Green #039042

RGB

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

 GREEN value IS 144 (56.64% from 255) = 67.61%

 BLUE value IS 66 (26.17% from 255) = 30.99%

R = 1.41%
G = 67.61%
B = 30.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#039042 (or 0x039042) is known color: Pigment Green. HEX triplet: 03, 90 and 42. RGB value is (3,144,66). Sum of RGB (Red+Green+Blue) = 3+144+66=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 144 (56.64% from 255 or 67.61% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 144 - color contains mainly: green. Hex color #039042 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039042 is #FC6FBD. Grayscale: #5D5D5D. Windows color (decimal): -16543678 or 4362243. OLE color: 4362243.

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

Color convert

RGB 3 144 66 -
CMYK 0.98 0 0.54 0.44
HSL 146.81º 0.96% 0.29% -
HSV(B) 146.81º 0.98% 0.56% -
XYZ 10.99 20.36 8.5 -
YUV 92.95 112.79 63.84 -
System Red Green Blue C M Y K H S L
Decimal 3 144 66 0.98 0 0.54 0.44 146.81 0.96 0.29
Hex 3 90 42 62 0 36 2C 93 60 1D
Octal 3 220 102 142 0 66 54 223 140 35
Binary 11 10010000 1000010 1100010 0 110110 101100 10010011 1100000 11101

Color Harmonies of #039042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039042

Black with #039042

Text Example


Text Example

White with #039042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039042; }

 p { color: rgb(3,144,66); }

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

background-color css

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

 a { background-color: rgb(3,144,66); }

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

border-color css

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

 span { border-color: rgb(3,144,66); }

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