Html Css Color HEX #04BA3A Dark Pastel Green

📋 copy color: '#04BA3A'

red 4 ◦ green 186 ◦ blue 58

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

Shades of Dark Pastel Green #04BA3A

Tints of Dark Pastel Green #04BA3A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 75%

 BLUE value IS 58 (23.05% from 255) = 23.39%

R = 1.61%
G = 75%
B = 23.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#04BA3A (or 0x04BA3A) is known color: Dark Pastel Green. HEX triplet: 04, BA and 3A. RGB value is (4,186,58). Sum of RGB (Red+Green+Blue) = 4+186+58=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 186 (73.05% from 255 or 75% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA3A is #FB45C5. Grayscale: #757575. Windows color (decimal): -16467398 or 3848708. OLE color: 3848708.

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

Color convert

RGB 4 186 58 -
CMYK 0.98 0 0.69 0.27
HSL 137.8º 0.96% 0.37% -
HSV(B) 137.8º 0.98% 0.73% -
XYZ 18.37 35.45 9.88 -
YUV 116.99 94.7 47.41 -
System Red Green Blue C M Y K H S L
Decimal 4 186 58 0.98 0 0.69 0.27 137.8 0.96 0.37
Hex 4 BA 3A 62 0 45 1B 8A 60 25
Octal 4 272 72 142 0 105 33 212 140 45
Binary 100 10111010 111010 1100010 0 1000101 11011 10001010 1100000 100101

Color Harmonies of #04BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA3A

Black with #04BA3A

Text Example


Text Example

White with #04BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,186,58); }

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

background-color css

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

 a { background-color: rgb(4,186,58); }

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

border-color css

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

 span { border-color: rgb(4,186,58); }

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