Html Css Color HEX #029238 Pigment Green

📋 copy color: '#029238'

red 2 ◦ green 146 ◦ blue 56

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

Shades of Pigment Green #029238

Tints of Pigment Green #029238

RGB

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

 GREEN value IS 146 (57.42% from 255) = 71.57%

 BLUE value IS 56 (22.27% from 255) = 27.45%

R = 0.98%
G = 71.57%
B = 27.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#029238 (or 0x029238) is known color: Pigment Green. HEX triplet: 02, 92 and 38. RGB value is (2,146,56). Sum of RGB (Red+Green+Blue) = 2+146+56=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 146 (57.42% from 255 or 71.57% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 146 - color contains mainly: green. Hex color #029238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029238 is #FD6DC7. Grayscale: #5C5C5C. Windows color (decimal): -16608712 or 3707394. OLE color: 3707394.

HSL color Cylindrical-coordinate representation of color #029238: hue angle of 142.5º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029238 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 146 56 -
CMYK 0.99 0 0.62 0.43
HSL 142.5º 0.97% 0.29% -
HSV(B) 142.5º 0.99% 0.57% -
XYZ 11.02 20.86 7.19 -
YUV 92.68 107.29 63.32 -
System Red Green Blue C M Y K H S L
Decimal 2 146 56 0.99 0 0.62 0.43 142.5 0.97 0.29
Hex 2 92 38 63 0 3E 2B 8E 61 1D
Octal 2 222 70 143 0 76 53 216 141 35
Binary 10 10010010 111000 1100011 0 111110 101011 10001110 1100001 11101

Color Harmonies of #029238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029238

Black with #029238

Text Example


Text Example

White with #029238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029238; }

 p { color: rgb(2,146,56); }

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

background-color css

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

 a { background-color: rgb(2,146,56); }

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

border-color css

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

 span { border-color: rgb(2,146,56); }

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