Html Css Color HEX #04B140 Dark Pastel Green

📋 copy color: '#04B140'

red 4 ◦ green 177 ◦ blue 64

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

Shades of Dark Pastel Green #04B140

Tints of Dark Pastel Green #04B140

RGB

 RED value IS 4 (1.95% from 255) = 1.63%

 GREEN value IS 177 (69.53% from 255) = 72.24%

 BLUE value IS 64 (25.39% from 255) = 26.12%

R = 1.63%
G = 72.24%
B = 26.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#04B140 (or 0x04B140) is known color: Dark Pastel Green. HEX triplet: 04, B1 and 40. RGB value is (4,177,64). Sum of RGB (Red+Green+Blue) = 4+177+64=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 177 (69.53% from 255 or 72.24% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 177 - color contains mainly: green. Hex color #04B140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04B140 is #FB4EBF. Grayscale: #707070. Windows color (decimal): -16469696 or 4239620. OLE color: 4239620.

HSL color Cylindrical-coordinate representation of color #04B140: hue angle of 140.81º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B140 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 177 64 -
CMYK 0.98 0 0.64 0.31
HSL 140.81º 0.96% 0.35% -
HSV(B) 140.81º 0.98% 0.69% -
XYZ 16.7 31.84 10.12 -
YUV 112.39 100.69 50.69 -
System Red Green Blue C M Y K H S L
Decimal 4 177 64 0.98 0 0.64 0.31 140.81 0.96 0.35
Hex 4 B1 40 62 0 40 1F 8D 60 23
Octal 4 261 100 142 0 100 37 215 140 43
Binary 100 10110001 1000000 1100010 0 1000000 11111 10001101 1100000 100011

Color Harmonies of #04B140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B140

Black with #04B140

Text Example


Text Example

White with #04B140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04B140; }

 p { color: rgb(4,177,64); }

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

background-color css

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

 a { background-color: rgb(4,177,64); }

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

border-color css

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

 span { border-color: rgb(4,177,64); }

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