Html Css Color HEX #2C9892 Java

📋 copy color: '#2C9892'

red 44 ◦ green 152 ◦ blue 146

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

Shades of Java #2C9892

Tints of Java #2C9892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.44%

 BLUE value IS 146 (57.42% from 255) = 42.69%

R = 12.87%
G = 44.44%
B = 42.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#2C9892 (or 0x2C9892) is known color: Java. HEX triplet: 2C, 98 and 92. RGB value is (44,152,146). Sum of RGB (Red+Green+Blue) = 44+152+146=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #2C9892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9892 is #D3676D. Grayscale: #767676. Windows color (decimal): -13854574 or 9607212. OLE color: 9607212.

HSL color Cylindrical-coordinate representation of color #2C9892: hue angle of 176.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C9892 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 44 152 146 -
CMYK 0.71 0 0.04 0.40
HSL 176.67º 0.55% 0.38% -
HSV(B) 176.67º 0.71% 0.6% -
XYZ 17.46 25.07 31.11 -
YUV 119.02 143.22 74.49 -
System Red Green Blue C M Y K H S L
Decimal 44 152 146 0.71 0 0.04 0.40 176.67 0.55 0.38
Hex 2C 98 92 47 0 4 28 B1 37 26
Octal 54 230 222 107 0 4 50 261 67 46
Binary 101100 10011000 10010010 1000111 0 100 101000 10110001 110111 100110

Color Harmonies of #2C9892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9892

Black with #2C9892

Text Example


Text Example

White with #2C9892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,152,146); }

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

background-color css

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

 a { background-color: rgb(44,152,146); }

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

border-color css

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

 span { border-color: rgb(44,152,146); }

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