Html Css Color HEX #2D948B Java

📋 copy color: '#2D948B'

red 45 ◦ green 148 ◦ blue 139

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

Shades of Java #2D948B

Tints of Java #2D948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 13.55%
G = 44.58%
B = 41.87%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#2D948B (or 0x2D948B) is known color: Java. HEX triplet: 2D, 94 and 8B. RGB value is (45,148,139). Sum of RGB (Red+Green+Blue) = 45+148+139=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #2D948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D948B is #D26B74. Grayscale: #747474. Windows color (decimal): -13790069 or 9147437. OLE color: 9147437.

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

Color convert

RGB 45 148 139 -
CMYK 0.70 0 0.06 0.42
HSL 174.76º 0.53% 0.38% -
HSV(B) 174.76º 0.7% 0.58% -
XYZ 16.33 23.6 28.12 -
YUV 116.18 140.88 77.23 -
System Red Green Blue C M Y K H S L
Decimal 45 148 139 0.70 0 0.06 0.42 174.76 0.53 0.38
Hex 2D 94 8B 46 0 6 2A AF 35 26
Octal 55 224 213 106 0 6 52 257 65 46
Binary 101101 10010100 10001011 1000110 0 110 101010 10101111 110101 100110

Color Harmonies of #2D948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D948B

Black with #2D948B

Text Example


Text Example

White with #2D948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,148,139); }

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

background-color css

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

 a { background-color: rgb(45,148,139); }

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

border-color css

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

 span { border-color: rgb(45,148,139); }

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