Html Css Color HEX #2CA499 Java

📋 copy color: '#2CA499'

red 44 ◦ green 164 ◦ blue 153

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

Shades of Java #2CA499

Tints of Java #2CA499

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.43%

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 12.19%
G = 45.43%
B = 42.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#2CA499 (or 0x2CA499) is known color: Java. HEX triplet: 2C, A4 and 99. RGB value is (44,164,153). Sum of RGB (Red+Green+Blue) = 44+164+153=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA499 is #D35B66. Grayscale: #7E7E7E. Windows color (decimal): -13851495 or 10069036. OLE color: 10069036.

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

Color convert

RGB 44 164 153 -
CMYK 0.73 0 0.07 0.36
HSL 174.5º 0.58% 0.41% -
HSV(B) 174.5º 0.73% 0.64% -
XYZ 20.06 29.39 34.75 -
YUV 126.87 142.74 68.89 -
System Red Green Blue C M Y K H S L
Decimal 44 164 153 0.73 0 0.07 0.36 174.5 0.58 0.41
Hex 2C A4 99 49 0 7 24 AE 3A 29
Octal 54 244 231 111 0 7 44 256 72 51
Binary 101100 10100100 10011001 1001001 0 111 100100 10101110 111010 101001

Color Harmonies of #2CA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA499

Black with #2CA499

Text Example


Text Example

White with #2CA499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,164,153); }

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

background-color css

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

 a { background-color: rgb(44,164,153); }

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

border-color css

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

 span { border-color: rgb(44,164,153); }

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