#2D9E92

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

Shades of Java #2D9E92

Tints of Java #2D9E92

Color information

#2D9E92 (or 0x2D9E92) is unknown color: approx Java. HEX triplet: 2D, 9E and 92. RGB value is (45,158,146). Sum of RGB (Red+Green+Blue) = 45+158+146=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9E92 is #D2616D. Grayscale: #7A7A7A. Windows color (decimal): -13787502 or 9608749. OLE color: 9608749.

HSL color Cylindrical-coordinate representation of color #2D9E92: hue angle of 173.63º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9E92 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB45158146-
CMYK0.7200.080.38
HSL173.63º55.67%39.8%-
HSV(B)173.63º71.52%61.96%-
XYZ18.527.0931.45-
YUV122.84141.0672.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.89%
GREEN value IS 158 (62.11% from 255) = 45.27%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=12.89%
G=45.27%
B=41.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal451581460.7200.080.38173.6355.6739.8
Hex2D9E92480826ae3828
Octal55236222110010462567050
Binary101101100111101001001010010000100010011010101110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D9E92; }

 p { color: rgb(45,158,146); }

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

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

 a { background-color: rgb(45,158,146); }

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

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

 span { border-color: rgb(45,158,146); }

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