Html Css Color HEX #029848 Pigment Green

📋 copy color: '#029848'

red 2 ◦ green 152 ◦ blue 72

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

Shades of Pigment Green #029848

Tints of Pigment Green #029848

RGB

 RED value IS 2 (1.17% from 255) = 0.88%

 GREEN value IS 152 (59.77% from 255) = 67.26%

 BLUE value IS 72 (28.52% from 255) = 31.86%

R = 0.88%
G = 67.26%
B = 31.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#029848 (or 0x029848) is known color: Pigment Green. HEX triplet: 02, 98 and 48. RGB value is (2,152,72). Sum of RGB (Red+Green+Blue) = 2+152+72=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 152 (59.77% from 255 or 67.26% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 152 - color contains mainly: green. Hex color #029848 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029848 is #FD67B7. Grayscale: #626262. Windows color (decimal): -16607160 or 4757506. OLE color: 4757506.

HSL color Cylindrical-coordinate representation of color #029848: hue angle of 148º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029848 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 152 72 -
CMYK 0.99 0 0.53 0.40
HSL 148º 0.97% 0.3% -
HSV(B) 148º 0.99% 0.6% -
XYZ 12.42 22.94 9.9 -
YUV 98.03 113.31 59.5 -
System Red Green Blue C M Y K H S L
Decimal 2 152 72 0.99 0 0.53 0.40 148 0.97 0.3
Hex 2 98 48 63 0 35 28 94 61 1E
Octal 2 230 110 143 0 65 50 224 141 36
Binary 10 10011000 1001000 1100011 0 110101 101000 10010100 1100001 11110

Color Harmonies of #029848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029848

Black with #029848

Text Example


Text Example

White with #029848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029848; }

 p { color: rgb(2,152,72); }

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

background-color css

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

 a { background-color: rgb(2,152,72); }

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

border-color css

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

 span { border-color: rgb(2,152,72); }

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