Html Css Color HEX #2CA295 Java

📋 copy color: '#2CA295'

red 44 ◦ green 162 ◦ blue 149

#2CA295
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #2CA295

Tints of Java #2CA295

RGB

 RED value IS 44 (17.58% from 255) = 12.39%

 GREEN value IS 162 (63.67% from 255) = 45.63%

 BLUE value IS 149 (58.59% from 255) = 41.97%

R = 12.39%
G = 45.63%
B = 41.97%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#2CA295 (or 0x2CA295) is known color: Java. HEX triplet: 2C, A2 and 95. RGB value is (44,162,149). Sum of RGB (Red+Green+Blue) = 44+162+149=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA295 is #D35D6A. Grayscale: #7D7D7D. Windows color (decimal): -13852011 or 9806380. OLE color: 9806380.

HSL color Cylindrical-coordinate representation of color #2CA295: hue angle of 173.39º 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 #2CA295 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 44 162 149 -
CMYK 0.73 0 0.08 0.36
HSL 173.39º 0.57% 0.4% -
HSV(B) 173.39º 0.73% 0.64% -
XYZ 19.38 28.55 32.92 -
YUV 125.24 141.41 70.06 -
System Red Green Blue C M Y K H S L
Decimal 44 162 149 0.73 0 0.08 0.36 173.39 0.57 0.4
Hex 2C A2 95 49 0 8 24 AD 39 28
Octal 54 242 225 111 0 10 44 255 71 50
Binary 101100 10100010 10010101 1001001 0 1000 100100 10101101 111001 101000

Color Harmonies of #2CA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA295

Black with #2CA295

Text Example


Text Example

White with #2CA295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CA295;
 }
 .AnyTagClassName
 {
   color: #2CA295;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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