Html Css Color HEX #028229 Camarone

📋 copy color: '#028229'

red 2 ◦ green 130 ◦ blue 41

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

Shades of Camarone #028229

Tints of Camarone #028229

RGB

 RED value IS 2 (1.17% from 255) = 1.16%

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

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

R = 1.16%
G = 75.14%
B = 23.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#028229 (or 0x028229) is known color: Camarone. HEX triplet: 02, 82 and 29. RGB value is (2,130,41). Sum of RGB (Red+Green+Blue) = 2+130+41=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 130 (51.17% from 255 or 75.14% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 130 - color contains mainly: green. Hex color #028229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028229 is #FD7DD6. Grayscale: #515151. Windows color (decimal): -16612823 or 2720258. OLE color: 2720258.

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

Color convert

RGB 2 130 41 -
CMYK 0.98 0 0.68 0.49
HSL 138.28º 0.97% 0.26% -
HSV(B) 138.28º 0.98% 0.51% -
XYZ 8.41 16.14 4.77 -
YUV 81.58 105.09 71.24 -
System Red Green Blue C M Y K H S L
Decimal 2 130 41 0.98 0 0.68 0.49 138.28 0.97 0.26
Hex 2 82 29 62 0 44 31 8A 61 1A
Octal 2 202 51 142 0 104 61 212 141 32
Binary 10 10000010 101001 1100010 0 1000100 110001 10001010 1100001 11010

Color Harmonies of #028229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028229

Black with #028229

Text Example


Text Example

White with #028229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028229; }

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

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

background-color css

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

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

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

border-color css

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

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

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