Html Css Color HEX #028129 Camarone

📋 copy color: '#028129'

red 2 ◦ green 129 ◦ blue 41

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

Shades of Camarone #028129

Tints of Camarone #028129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 75%

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

R = 1.16%
G = 75%
B = 23.84%

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

#028129 (or 0x028129) is known color: Camarone. HEX triplet: 02, 81 and 29. RGB value is (2,129,41). Sum of RGB (Red+Green+Blue) = 2+129+41=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 129 (50.78% from 255 or 75% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 129 - color contains mainly: green. Hex color #028129 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028129 is #FD7ED6. Grayscale: #515151. Windows color (decimal): -16613079 or 2720002. OLE color: 2720002.

HSL color Cylindrical-coordinate representation of color #028129: hue angle of 138.43º 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 #028129 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 129 41 -
CMYK 0.98 0 0.68 0.49
HSL 138.43º 0.97% 0.26% -
HSV(B) 138.43º 0.98% 0.51% -
XYZ 8.28 15.87 4.73 -
YUV 81 105.42 71.66 -
System Red Green Blue C M Y K H S L
Decimal 2 129 41 0.98 0 0.68 0.49 138.43 0.97 0.26
Hex 2 81 29 62 0 44 31 8A 61 1A
Octal 2 201 51 142 0 104 61 212 141 32
Binary 10 10000001 101001 1100010 0 1000100 110001 10001010 1100001 11010

Color Harmonies of #028129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028129

Black with #028129

Text Example


Text Example

White with #028129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028129; }

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

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

background-color css

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

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

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

border-color css

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

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

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