#2D948A

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

Shades of Java #2D948A

Tints of Java #2D948A

Color information

#2D948A (or 0x2D948A) is unknown color: approx Java. HEX triplet: 2D, 94 and 8A. RGB value is (45,148,138). Sum of RGB (Red+Green+Blue) = 45+148+138=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #2D948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D948A is #D26B75. Grayscale: #747474. Windows color (decimal): -13790070 or 9081901. OLE color: 9081901.

HSL color Cylindrical-coordinate representation of color #2D948A: hue angle of 174.17º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D948A is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB45148138-
CMYK0.7000.070.42
HSL174.17º53.37%37.84%-
HSV(B)174.17º69.59%58.04%-
XYZ16.2623.5727.74-
YUV116.06140.3877.31-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.60%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=13.60%
G=44.71%
B=41.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal451481380.7000.070.42174.1753.3737.84
Hex2D948A46072Aae3526
Octal5522421210607522566546
Binary10110110010100100010101000110011110101010101110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,148,138); }

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

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

 a { background-color: rgb(45,148,138); }

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

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

 span { border-color: rgb(45,148,138); }

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