Html Css Color HEX #2A968D Java

📋 copy color: '#2A968D'

red 42 ◦ green 150 ◦ blue 141

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

Shades of Java #2A968D

Tints of Java #2A968D

RGB

 RED value IS 42 (16.8% from 255) = 12.61%

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

 BLUE value IS 141 (55.47% from 255) = 42.34%

R = 12.61%
G = 45.05%
B = 42.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#2A968D (or 0x2A968D) is known color: Java. HEX triplet: 2A, 96 and 8D. RGB value is (42,150,141). Sum of RGB (Red+Green+Blue) = 42+150+141=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #2A968D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A968D is #D56972. Grayscale: #747474. Windows color (decimal): -13986163 or 9279018. OLE color: 9279018.

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

Color convert

RGB 42 150 141 -
CMYK 0.72 0 0.06 0.41
HSL 175º 0.56% 0.38% -
HSV(B) 175º 0.72% 0.59% -
XYZ 16.67 24.23 29 -
YUV 116.68 141.72 74.73 -
System Red Green Blue C M Y K H S L
Decimal 42 150 141 0.72 0 0.06 0.41 175 0.56 0.38
Hex 2A 96 8D 48 0 6 29 AF 38 26
Octal 52 226 215 110 0 6 51 257 70 46
Binary 101010 10010110 10001101 1001000 0 110 101001 10101111 111000 100110

Color Harmonies of #2A968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A968D

Black with #2A968D

Text Example


Text Example

White with #2A968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,150,141); }

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

background-color css

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

 a { background-color: rgb(42,150,141); }

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

border-color css

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

 span { border-color: rgb(42,150,141); }

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