Html Css Color HEX #2D9799 Java

📋 copy color: '#2D9799'

red 45 ◦ green 151 ◦ blue 153

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

Shades of Java #2D9799

Tints of Java #2D9799

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.27%

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

R = 12.89%
G = 43.27%
B = 43.84%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2D9799 (or 0x2D9799) is known color: Java. HEX triplet: 2D, 97 and 99. RGB value is (45,151,153). Sum of RGB (Red+Green+Blue) = 45+151+153=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #2D9799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9799 is #D26866. Grayscale: #777777. Windows color (decimal): -13789287 or 10065709. OLE color: 10065709.

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

Color convert

RGB 45 151 153 -
CMYK 0.71 0.01 0 0.4
HSL 181.11º 0.55% 0.39% -
HSV(B) 181.11º 0.71% 0.6% -
XYZ 17.9 24.99 34.02 -
YUV 119.53 146.88 74.84 -
System Red Green Blue C M Y K H S L
Decimal 45 151 153 0.71 0.01 0 0.4 181.11 0.55 0.39
Hex 2D 97 99 47 1 0 28 B5 37 27
Octal 55 227 231 107 1 0 50 265 67 47
Binary 101101 10010111 10011001 1000111 1 0 101000 10110101 110111 100111

Color Harmonies of #2D9799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9799

Black with #2D9799

Text Example


Text Example

White with #2D9799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,151,153); }

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

background-color css

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

 a { background-color: rgb(45,151,153); }

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

border-color css

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

 span { border-color: rgb(45,151,153); }

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