Html Css Color HEX #029B53 Pigment Green

📋 copy color: '#029B53'

red 2 ◦ green 155 ◦ blue 83

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

Shades of Pigment Green #029B53

Tints of Pigment Green #029B53

RGB

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

 GREEN value IS 155 (60.94% from 255) = 64.58%

 BLUE value IS 83 (32.81% from 255) = 34.58%

R = 0.83%
G = 64.58%
B = 34.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#029B53 (or 0x029B53) is known color: Pigment Green. HEX triplet: 02, 9B and 53. RGB value is (2,155,83). Sum of RGB (Red+Green+Blue) = 2+155+83=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 155 (60.94% from 255 or 64.58% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 155 - color contains mainly: green. Hex color #029B53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029B53 is #FD64AC. Grayscale: #656565. Windows color (decimal): -16606381 or 5479170. OLE color: 5479170.

HSL color Cylindrical-coordinate representation of color #029B53: hue angle of 151.76º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029B53 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 155 83 -
CMYK 0.99 0 0.46 0.39
HSL 151.76º 0.97% 0.31% -
HSV(B) 151.76º 0.99% 0.61% -
XYZ 13.31 24.08 12.13 -
YUV 101.05 117.81 57.35 -
System Red Green Blue C M Y K H S L
Decimal 2 155 83 0.99 0 0.46 0.39 151.76 0.97 0.31
Hex 2 9B 53 63 0 2E 27 98 61 1F
Octal 2 233 123 143 0 56 47 230 141 37
Binary 10 10011011 1010011 1100011 0 101110 100111 10011000 1100001 11111

Color Harmonies of #029B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029B53

Black with #029B53

Text Example


Text Example

White with #029B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029B53; }

 p { color: rgb(2,155,83); }

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

background-color css

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

 a { background-color: rgb(2,155,83); }

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

border-color css

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

 span { border-color: rgb(2,155,83); }

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