Html Css Color HEX #2C968A Java

📋 copy color: '#2C968A'

red 44 ◦ green 150 ◦ blue 138

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

Shades of Java #2C968A

Tints of Java #2C968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.18%

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 13.25%
G = 45.18%
B = 41.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#2C968A (or 0x2C968A) is known color: Java. HEX triplet: 2C, 96 and 8A. RGB value is (44,150,138). Sum of RGB (Red+Green+Blue) = 44+150+138=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #2C968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C968A is #D36975. Grayscale: #747474. Windows color (decimal): -13855094 or 9082412. OLE color: 9082412.

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

Color convert

RGB 44 150 138 -
CMYK 0.71 0 0.08 0.41
HSL 173.21º 0.55% 0.38% -
HSV(B) 173.21º 0.71% 0.59% -
XYZ 16.53 24.18 27.84 -
YUV 116.94 139.88 75.98 -
System Red Green Blue C M Y K H S L
Decimal 44 150 138 0.71 0 0.08 0.41 173.21 0.55 0.38
Hex 2C 96 8A 47 0 8 29 AD 37 26
Octal 54 226 212 107 0 10 51 255 67 46
Binary 101100 10010110 10001010 1000111 0 1000 101001 10101101 110111 100110

Color Harmonies of #2C968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C968A

Black with #2C968A

Text Example


Text Example

White with #2C968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,150,138); }

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

background-color css

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

 a { background-color: rgb(44,150,138); }

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

border-color css

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

 span { border-color: rgb(44,150,138); }

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