Html Css Color HEX #04B03D Dark Pastel Green

📋 copy color: '#04B03D'

red 4 ◦ green 176 ◦ blue 61

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

Shades of Dark Pastel Green #04B03D

Tints of Dark Pastel Green #04B03D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 73.03%

 BLUE value IS 61 (24.22% from 255) = 25.31%

R = 1.66%
G = 73.03%
B = 25.31%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#04B03D (or 0x04B03D) is known color: Dark Pastel Green. HEX triplet: 04, B0 and 3D. RGB value is (4,176,61). Sum of RGB (Red+Green+Blue) = 4+176+61=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 176 (69.14% from 255 or 73.03% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 176 - color contains mainly: green. Hex color #04B03D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04B03D is #FB4FC2. Grayscale: #6F6F6F. Windows color (decimal): -16469955 or 4042756. OLE color: 4042756.

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

Color convert

RGB 4 176 61 -
CMYK 0.98 0 0.65 0.31
HSL 139.88º 0.96% 0.35% -
HSV(B) 139.88º 0.98% 0.69% -
XYZ 16.42 31.41 9.61 -
YUV 111.46 99.52 51.35 -
System Red Green Blue C M Y K H S L
Decimal 4 176 61 0.98 0 0.65 0.31 139.88 0.96 0.35
Hex 4 B0 3D 62 0 41 1F 8C 60 23
Octal 4 260 75 142 0 101 37 214 140 43
Binary 100 10110000 111101 1100010 0 1000001 11111 10001100 1100000 100011

Color Harmonies of #04B03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B03D

Black with #04B03D

Text Example


Text Example

White with #04B03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,176,61); }

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

background-color css

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

 a { background-color: rgb(4,176,61); }

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

border-color css

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

 span { border-color: rgb(4,176,61); }

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