Html Css Color HEX #039952 Pigment Green

📋 copy color: '#039952'

red 3 ◦ green 153 ◦ blue 82

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

Shades of Pigment Green #039952

Tints of Pigment Green #039952

RGB

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

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

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

R = 1.26%
G = 64.29%
B = 34.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#039952 (or 0x039952) is known color: Pigment Green. HEX triplet: 03, 99 and 52. RGB value is (3,153,82). Sum of RGB (Red+Green+Blue) = 3+153+82=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 153 (60.16% from 255 or 64.29% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 153 - color contains mainly: green. Hex color #039952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039952 is #FC66AD. Grayscale: #646464. Windows color (decimal): -16541358 or 5413123. OLE color: 5413123.

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

Color convert

RGB 3 153 82 -
CMYK 0.98 0 0.46 0.4
HSL 151.6º 0.96% 0.31% -
HSV(B) 151.6º 0.98% 0.6% -
XYZ 12.95 23.41 11.82 -
YUV 100.06 117.81 58.77 -
System Red Green Blue C M Y K H S L
Decimal 3 153 82 0.98 0 0.46 0.4 151.6 0.96 0.31
Hex 3 99 52 62 0 2E 28 98 60 1F
Octal 3 231 122 142 0 56 50 230 140 37
Binary 11 10011001 1010010 1100010 0 101110 101000 10011000 1100000 11111

Color Harmonies of #039952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039952

Black with #039952

Text Example


Text Example

White with #039952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039952; }

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

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

background-color css

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

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

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

border-color css

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

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

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