Html Css Color HEX #2D999E Java

📋 copy color: '#2D999E'

red 45 ◦ green 153 ◦ blue 158

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

Shades of Java #2D999E

Tints of Java #2D999E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.98%

 BLUE value IS 158 (62.11% from 255) = 44.38%

R = 12.64%
G = 42.98%
B = 44.38%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2D999E (or 0x2D999E) is known color: Java. HEX triplet: 2D, 99 and 9E. RGB value is (45,153,158). Sum of RGB (Red+Green+Blue) = 45+153+158=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D999E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D999E is #D26661. Grayscale: #797979. Windows color (decimal): -13788770 or 10393901. OLE color: 10393901.

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

Color convert

RGB 45 153 158 -
CMYK 0.72 0.03 0 0.38
HSL 182.65º 0.56% 0.4% -
HSV(B) 182.65º 0.72% 0.62% -
XYZ 18.64 25.81 36.35 -
YUV 121.28 148.72 73.59 -
System Red Green Blue C M Y K H S L
Decimal 45 153 158 0.72 0.03 0 0.38 182.65 0.56 0.4
Hex 2D 99 9E 48 3 0 26 B7 38 28
Octal 55 231 236 110 3 0 46 267 70 50
Binary 101101 10011001 10011110 1001000 11 0 100110 10110111 111000 101000

Color Harmonies of #2D999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D999E

Black with #2D999E

Text Example


Text Example

White with #2D999E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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