Html Css Color HEX #029F2B Dark Pastel Green

📋 copy color: '#029F2B'

red 2 ◦ green 159 ◦ blue 43

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

Shades of Dark Pastel Green #029F2B

Tints of Dark Pastel Green #029F2B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 77.94%

 BLUE value IS 43 (17.19% from 255) = 21.08%

R = 0.98%
G = 77.94%
B = 21.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#029F2B (or 0x029F2B) is known color: Dark Pastel Green. HEX triplet: 02, 9F and 2B. RGB value is (2,159,43). Sum of RGB (Red+Green+Blue) = 2+159+43=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 159 (62.5% from 255 or 77.94% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 159 - color contains mainly: green. Hex color #029F2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029F2B is #FD60D4. Grayscale: #636363. Windows color (decimal): -16605397 or 2858754. OLE color: 2858754.

HSL color Cylindrical-coordinate representation of color #029F2B: hue angle of 135.67º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029F2B is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 159 43 -
CMYK 0.99 0 0.73 0.38
HSL 135.67º 0.98% 0.32% -
HSV(B) 135.67º 0.99% 0.62% -
XYZ 12.86 24.98 6.43 -
YUV 98.83 96.49 58.93 -
System Red Green Blue C M Y K H S L
Decimal 2 159 43 0.99 0 0.73 0.38 135.67 0.98 0.32
Hex 2 9F 2B 63 0 49 26 88 62 20
Octal 2 237 53 143 0 111 46 210 142 40
Binary 10 10011111 101011 1100011 0 1001001 100110 10001000 1100010 100000

Color Harmonies of #029F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029F2B

Black with #029F2B

Text Example


Text Example

White with #029F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,159,43); }

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

background-color css

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

 a { background-color: rgb(2,159,43); }

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

border-color css

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

 span { border-color: rgb(2,159,43); }

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