Html Css Color HEX #048029 Camarone

📋 copy color: '#048029'

red 4 ◦ green 128 ◦ blue 41

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

Shades of Camarone #048029

Tints of Camarone #048029

RGB

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

 GREEN value IS 128 (50.39% from 255) = 73.99%

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

R = 2.31%
G = 73.99%
B = 23.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#048029 (or 0x048029) is known color: Camarone. HEX triplet: 04, 80 and 29. RGB value is (4,128,41). Sum of RGB (Red+Green+Blue) = 4+128+41=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 128 (50.39% from 255 or 73.99% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 128 - color contains mainly: green. Hex color #048029 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048029 is #FB7FD6. Grayscale: #515151. Windows color (decimal): -16482263 or 2719748. OLE color: 2719748.

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

Color convert

RGB 4 128 41 -
CMYK 0.97 0 0.68 0.50
HSL 137.9º 0.94% 0.26% -
HSV(B) 137.9º 0.97% 0.5% -
XYZ 8.17 15.62 4.68 -
YUV 81.01 105.42 73.07 -
System Red Green Blue C M Y K H S L
Decimal 4 128 41 0.97 0 0.68 0.50 137.9 0.94 0.26
Hex 4 80 29 61 0 44 32 8A 5E 1A
Octal 4 200 51 141 0 104 62 212 136 32
Binary 100 10000000 101001 1100001 0 1000100 110010 10001010 1011110 11010

Color Harmonies of #048029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048029

Black with #048029

Text Example


Text Example

White with #048029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048029; }

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

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

background-color css

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

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

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

border-color css

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

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

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