#027B26

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

Shades of Camarone #027B26

Tints of Camarone #027B26

Color information

#027B26 (or 0x027B26) is unknown color: approx Camarone. HEX triplet: 02, 7B and 26. RGB value is (2,123,38). Sum of RGB (Red+Green+Blue) = 2+123+38=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 123 (48.44% from 255 or 75.46% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 123 - color contains mainly: green. Hex color #027B26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027B26 is #FD84D9. Grayscale: #4D4D4D. Windows color (decimal): -16614618 or 2521858. OLE color: 2521858.

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

Color convert

RGB212338-
CMYK0.9800.690.52
HSL137.85º96.8%24.51%-
HSV(B)137.85º98.37%48.24%-
XYZ7.4614.324.2-
YUV77.13105.9174.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 123 (48.44% from 255) = 75.46%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=1.23%
G=75.46%
B=23.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2123380.9800.690.52137.8596.824.51
Hex27B2662045348a6119
Octal21734614201056421214131
Binary10111101110011011000100100010111010010001010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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