Html Css Color HEX #2DA299 Java

📋 copy color: '#2DA299'

red 45 ◦ green 162 ◦ blue 153

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

Shades of Java #2DA299

Tints of Java #2DA299

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45%

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

R = 12.5%
G = 45%
B = 42.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#2DA299 (or 0x2DA299) is known color: Java. HEX triplet: 2D, A2 and 99. RGB value is (45,162,153). Sum of RGB (Red+Green+Blue) = 45+162+153=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA299 is #D25D66. Grayscale: #7D7D7D. Windows color (decimal): -13786471 or 10068525. OLE color: 10068525.

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

Color convert

RGB 45 162 153 -
CMYK 0.72 0 0.06 0.36
HSL 175.38º 0.57% 0.41% -
HSV(B) 175.38º 0.72% 0.64% -
XYZ 19.75 28.7 34.64 -
YUV 125.99 143.24 70.23 -
System Red Green Blue C M Y K H S L
Decimal 45 162 153 0.72 0 0.06 0.36 175.38 0.57 0.41
Hex 2D A2 99 48 0 6 24 AF 39 29
Octal 55 242 231 110 0 6 44 257 71 51
Binary 101101 10100010 10011001 1001000 0 110 100100 10101111 111001 101001

Color Harmonies of #2DA299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA299

Black with #2DA299

Text Example


Text Example

White with #2DA299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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