Html Css Color HEX #048229 Camarone

📋 copy color: '#048229'

red 4 ◦ green 130 ◦ blue 41

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

Shades of Camarone #048229

Tints of Camarone #048229

RGB

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

 GREEN value IS 130 (51.17% from 255) = 74.29%

 BLUE value IS 41 (16.41% from 255) = 23.43%

R = 2.29%
G = 74.29%
B = 23.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#048229 (or 0x048229) is known color: Camarone. HEX triplet: 04, 82 and 29. RGB value is (4,130,41). Sum of RGB (Red+Green+Blue) = 4+130+41=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 130 (51.17% from 255 or 74.29% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 130 - color contains mainly: green. Hex color #048229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048229 is #FB7DD6. Grayscale: #525252. Windows color (decimal): -16481751 or 2720260. OLE color: 2720260.

HSL color Cylindrical-coordinate representation of color #048229: hue angle of 137.62º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048229 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 130 41 -
CMYK 0.97 0 0.68 0.49
HSL 137.62º 0.94% 0.26% -
HSV(B) 137.62º 0.97% 0.51% -
XYZ 8.43 16.15 4.77 -
YUV 82.18 104.76 72.24 -
System Red Green Blue C M Y K H S L
Decimal 4 130 41 0.97 0 0.68 0.49 137.62 0.94 0.26
Hex 4 82 29 61 0 44 31 8A 5E 1A
Octal 4 202 51 141 0 104 61 212 136 32
Binary 100 10000010 101001 1100001 0 1000100 110001 10001010 1011110 11010

Color Harmonies of #048229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048229

Black with #048229

Text Example


Text Example

White with #048229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048229; }

 p { color: rgb(4,130,41); }

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

background-color css

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

 a { background-color: rgb(4,130,41); }

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

border-color css

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

 span { border-color: rgb(4,130,41); }

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