#2CA29A

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

Shades of Java #2CA29A

Tints of Java #2CA29A

Color information

#2CA29A (or 0x2CA29A) is unknown color: approx Java. HEX triplet: 2C, A2 and 9A. RGB value is (44,162,154). Sum of RGB (Red+Green+Blue) = 44+162+154=360 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.22% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA29A is #D35D65. Grayscale: #7D7D7D. Windows color (decimal): -13852006 or 10134060. OLE color: 10134060.

HSL color Cylindrical-coordinate representation of color #2CA29A: hue angle of 175.93º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA29A is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB44162154-
CMYK0.7300.050.36
HSL175.93º57.28%40.39%-
HSV(B)175.93º72.84%63.53%-
XYZ19.7928.7135.07-
YUV125.81143.9169.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.22%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 154 (60.55% from 255) = 42.78%
R=12.22%
G=45%
B=42.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal441621540.7300.050.36175.9357.2840.39
Hex2CA29A490524b03928
Octal5424223211105442607150
Binary10110010100010100110101001001010110010010110000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,162,154); }

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

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

 a { background-color: rgb(44,162,154); }

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

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

 span { border-color: rgb(44,162,154); }

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