#027E26

Color #027E26 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #027E26

Tints of Camarone #027E26

Color information

#027E26 (or 0x027E26) is unknown color: approx Camarone. HEX triplet: 02, 7E and 26. RGB value is (2,126,38). Sum of RGB (Red+Green+Blue) = 2+126+38=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 126 (49.61% from 255 or 75.90% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 126 - color contains mainly: green. Hex color #027E26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027E26 is #FD81D9. Grayscale: #4F4F4F. Windows color (decimal): -16613850 or 2522626. OLE color: 2522626.

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

Color convert

RGB212638-
CMYK0.9800.700.51
HSL137.42º96.88%25.1%-
HSV(B)137.42º98.41%49.41%-
XYZ7.8415.074.33-
YUV78.89104.9273.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 126 (49.61% from 255) = 75.90%
BLUE value IS 38 (15.23% from 255) = 22.89%
R=1.20%
G=75.90%
B=22.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2126380.9800.700.51137.4296.8825.1
Hex27E266204633896119
Octal21764614201066321114131
Binary10111111010011011000100100011011001110001001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027E26; }

 p { color: rgb(2,126,38); }

 H1.HeaderClassName
 {
   color: #027E26;
 }
 .AnyTagClassName
 {
   color: #027E26;
 }
</style>
background-color css

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

 a { background-color: rgb(2,126,38); }

 div.DivClassName
 {
   background-color: #027E26;
 }
 .BgClassName
 {
   background-color: #027E26;
 }
</style>
border-color css

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

 span { border-color: rgb(2,126,38); }

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