Html Css Color HEX #029F30 Dark Pastel Green

📋 copy color: '#029F30'

red 2 ◦ green 159 ◦ blue 48

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

Shades of Dark Pastel Green #029F30

Tints of Dark Pastel Green #029F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.97%

R = 0.96%
G = 76.08%
B = 22.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#029F30 (or 0x029F30) is known color: Dark Pastel Green. HEX triplet: 02, 9F and 30. RGB value is (2,159,48). Sum of RGB (Red+Green+Blue) = 2+159+48=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 159 (62.5% from 255 or 76.08% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 159 - color contains mainly: green. Hex color #029F30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029F30 is #FD60CF. Grayscale: #636363. Windows color (decimal): -16605392 or 3186434. OLE color: 3186434.

HSL color Cylindrical-coordinate representation of color #029F30: hue angle of 137.58º 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 #029F30 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 159 48 -
CMYK 0.99 0 0.70 0.38
HSL 137.58º 0.98% 0.32% -
HSV(B) 137.58º 0.99% 0.62% -
XYZ 12.96 25.02 6.94 -
YUV 99.4 98.99 58.53 -
System Red Green Blue C M Y K H S L
Decimal 2 159 48 0.99 0 0.70 0.38 137.58 0.98 0.32
Hex 2 9F 30 63 0 46 26 8A 62 20
Octal 2 237 60 143 0 106 46 212 142 40
Binary 10 10011111 110000 1100011 0 1000110 100110 10001010 1100010 100000

Color Harmonies of #029F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029F30

Black with #029F30

Text Example


Text Example

White with #029F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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