Html Css Color HEX #04B12D Dark Pastel Green

📋 copy color: '#04B12D'

red 4 ◦ green 177 ◦ blue 45

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

Shades of Dark Pastel Green #04B12D

Tints of Dark Pastel Green #04B12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.91%

R = 1.77%
G = 78.32%
B = 19.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#04B12D (or 0x04B12D) is known color: Dark Pastel Green. HEX triplet: 04, B1 and 2D. RGB value is (4,177,45). Sum of RGB (Red+Green+Blue) = 4+177+45=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 177 (69.53% from 255 or 78.32% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 177 - color contains mainly: green. Hex color #04B12D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04B12D is #FB4ED2. Grayscale: #6E6E6E. Windows color (decimal): -16469715 or 2994436. OLE color: 2994436.

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

Color convert

RGB 4 177 45 -
CMYK 0.98 0 0.75 0.31
HSL 134.22º 0.96% 0.35% -
HSV(B) 134.22º 0.98% 0.69% -
XYZ 16.25 31.66 7.74 -
YUV 110.23 91.19 52.23 -
System Red Green Blue C M Y K H S L
Decimal 4 177 45 0.98 0 0.75 0.31 134.22 0.96 0.35
Hex 4 B1 2D 62 0 4B 1F 86 60 23
Octal 4 261 55 142 0 113 37 206 140 43
Binary 100 10110001 101101 1100010 0 1001011 11111 10000110 1100000 100011

Color Harmonies of #04B12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B12D

Black with #04B12D

Text Example


Text Example

White with #04B12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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