Html Css Color HEX #04B141 Dark Pastel Green

📋 copy color: '#04B141'

red 4 ◦ green 177 ◦ blue 65

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

Shades of Dark Pastel Green #04B141

Tints of Dark Pastel Green #04B141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.42%

R = 1.63%
G = 71.95%
B = 26.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#04B141 (or 0x04B141) is known color: Dark Pastel Green. HEX triplet: 04, B1 and 41. RGB value is (4,177,65). Sum of RGB (Red+Green+Blue) = 4+177+65=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 177 (69.53% from 255 or 71.95% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 177 - color contains mainly: green. Hex color #04B141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04B141 is #FB4EBE. Grayscale: #707070. Windows color (decimal): -16469695 or 4305156. OLE color: 4305156.

HSL color Cylindrical-coordinate representation of color #04B141: hue angle of 141.16º 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 #04B141 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 177 65 -
CMYK 0.98 0 0.63 0.31
HSL 141.16º 0.96% 0.35% -
HSV(B) 141.16º 0.98% 0.69% -
XYZ 16.73 31.85 10.27 -
YUV 112.51 101.19 50.61 -
System Red Green Blue C M Y K H S L
Decimal 4 177 65 0.98 0 0.63 0.31 141.16 0.96 0.35
Hex 4 B1 41 62 0 3F 1F 8D 60 23
Octal 4 261 101 142 0 77 37 215 140 43
Binary 100 10110001 1000001 1100010 0 111111 11111 10001101 1100000 100011

Color Harmonies of #04B141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B141

Black with #04B141

Text Example


Text Example

White with #04B141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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