Html Css Color HEX #2D9392 Java

📋 copy color: '#2D9392'

red 45 ◦ green 147 ◦ blue 146

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

Shades of Java #2D9392

Tints of Java #2D9392

RGB

 RED value IS 45 (17.97% from 255) = 13.31%

 GREEN value IS 147 (57.81% from 255) = 43.49%

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

R = 13.31%
G = 43.49%
B = 43.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#2D9392 (or 0x2D9392) is known color: Java. HEX triplet: 2D, 93 and 92. RGB value is (45,147,146). Sum of RGB (Red+Green+Blue) = 45+147+146=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9392 is #D26C6D. Grayscale: #747474. Windows color (decimal): -13790318 or 9605933. OLE color: 9605933.

HSL color Cylindrical-coordinate representation of color #2D9392: hue angle of 179.41º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9392 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 147 146 -
CMYK 0.69 0 0.01 0.42
HSL 179.41º 0.53% 0.38% -
HSV(B) 179.41º 0.69% 0.58% -
XYZ 16.7 23.5 30.85 -
YUV 116.39 144.71 77.08 -
System Red Green Blue C M Y K H S L
Decimal 45 147 146 0.69 0 0.01 0.42 179.41 0.53 0.38
Hex 2D 93 92 45 0 1 2A B3 35 26
Octal 55 223 222 105 0 1 52 263 65 46
Binary 101101 10010011 10010010 1000101 0 1 101010 10110011 110101 100110

Color Harmonies of #2D9392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9392

Black with #2D9392

Text Example


Text Example

White with #2D9392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,147,146); }

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

background-color css

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

 a { background-color: rgb(45,147,146); }

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

border-color css

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

 span { border-color: rgb(45,147,146); }

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