#027338

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

Shades of Jewel #027338

Tints of Jewel #027338

Color information

#027338 (or 0x027338) is unknown color: approx Jewel. HEX triplet: 02, 73 and 38. RGB value is (2,115,56). Sum of RGB (Red+Green+Blue) = 2+115+56=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 115 (45.31% from 255 or 66.47% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 115 - color contains mainly: green. Hex color #027338 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027338 is #FD8CC7. Grayscale: #4A4A4A. Windows color (decimal): -16616648 or 3699458. OLE color: 3699458.

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

Color convert

RGB211556-
CMYK0.9800.510.55
HSL148.67º96.58%22.94%-
HSV(B)148.67º98.26%45.1%-
XYZ6.8712.565.8-
YUV74.49117.5676.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 115 (45.31% from 255) = 66.47%
BLUE value IS 56 (22.27% from 255) = 32.37%
R=1.16%
G=66.47%
B=32.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2115560.9800.510.55148.6796.5822.94
Hex273386203337956117
Octal2163701420636722514127
Binary1011100111110001100010011001111011110010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027338; }

 p { color: rgb(2,115,56); }

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

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

 a { background-color: rgb(2,115,56); }

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

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

 span { border-color: rgb(2,115,56); }

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