#027438

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

Shades of Jewel #027438

Tints of Jewel #027438

Color information

#027438 (or 0x027438) is unknown color: approx Jewel. HEX triplet: 02, 74 and 38. RGB value is (2,116,56). Sum of RGB (Red+Green+Blue) = 2+116+56=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 116 (45.70% from 255 or 66.67% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 116 - color contains mainly: green. Hex color #027438 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027438 is #FD8BC7. Grayscale: #4B4B4B. Windows color (decimal): -16616392 or 3699714. OLE color: 3699714.

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

Color convert

RGB211656-
CMYK0.9800.520.55
HSL148.42º96.61%23.14%-
HSV(B)148.42º98.28%45.49%-
XYZ6.9812.795.84-
YUV75.07117.2375.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.15%
GREEN value IS 116 (45.70% from 255) = 66.67%
BLUE value IS 56 (22.27% from 255) = 32.18%
R=1.15%
G=66.67%
B=32.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2116560.9800.520.55148.4296.6123.14
Hex274386203437946117
Octal2164701420646722414127
Binary1011101001110001100010011010011011110010100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027438; }

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

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

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

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

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

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

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

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