Html Css Color HEX #039942 Pigment Green

📋 copy color: '#039942'

red 3 ◦ green 153 ◦ blue 66

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

Shades of Pigment Green #039942

Tints of Pigment Green #039942

RGB

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

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

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

R = 1.35%
G = 68.92%
B = 29.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#039942 (or 0x039942) is known color: Pigment Green. HEX triplet: 03, 99 and 42. RGB value is (3,153,66). Sum of RGB (Red+Green+Blue) = 3+153+66=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 153 (60.16% from 255 or 68.92% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 153 - color contains mainly: green. Hex color #039942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039942 is #FC66BD. Grayscale: #626262. Windows color (decimal): -16541374 or 4364547. OLE color: 4364547.

HSL color Cylindrical-coordinate representation of color #039942: hue angle of 145.2º 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 #039942 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 153 66 -
CMYK 0.98 0 0.57 0.4
HSL 145.2º 0.96% 0.31% -
HSV(B) 145.2º 0.98% 0.6% -
XYZ 12.41 23.2 8.98 -
YUV 98.23 109.81 60.07 -
System Red Green Blue C M Y K H S L
Decimal 3 153 66 0.98 0 0.57 0.4 145.2 0.96 0.31
Hex 3 99 42 62 0 39 28 91 60 1F
Octal 3 231 102 142 0 71 50 221 140 37
Binary 11 10011001 1000010 1100010 0 111001 101000 10010001 1100000 11111

Color Harmonies of #039942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039942

Black with #039942

Text Example


Text Example

White with #039942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039942; }

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

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

background-color css

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

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

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

border-color css

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

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

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