Html Css Color HEX #04B145 Dark Pastel Green

📋 copy color: '#04B145'

red 4 ◦ green 177 ◦ blue 69

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

Shades of Dark Pastel Green #04B145

Tints of Dark Pastel Green #04B145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.6%

R = 1.6%
G = 70.8%
B = 27.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#04B145 (or 0x04B145) is known color: Dark Pastel Green. HEX triplet: 04, B1 and 45. RGB value is (4,177,69). Sum of RGB (Red+Green+Blue) = 4+177+69=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 177 (69.53% from 255 or 70.8% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 177 - color contains mainly: green. Hex color #04B145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04B145 is #FB4EBA. Grayscale: #717171. Windows color (decimal): -16469691 or 4567300. OLE color: 4567300.

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

Color convert

RGB 4 177 69 -
CMYK 0.98 0 0.61 0.31
HSL 142.54º 0.96% 0.35% -
HSV(B) 142.54º 0.98% 0.69% -
XYZ 16.85 31.9 10.9 -
YUV 112.96 103.19 50.28 -
System Red Green Blue C M Y K H S L
Decimal 4 177 69 0.98 0 0.61 0.31 142.54 0.96 0.35
Hex 4 B1 45 62 0 3D 1F 8F 60 23
Octal 4 261 105 142 0 75 37 217 140 43
Binary 100 10110001 1000101 1100010 0 111101 11111 10001111 1100000 100011

Color Harmonies of #04B145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B145

Black with #04B145

Text Example


Text Example

White with #04B145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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