Html Css Color HEX #2F908B Java

📋 copy color: '#2F908B'

red 47 ◦ green 144 ◦ blue 139

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

Shades of Java #2F908B

Tints of Java #2F908B

RGB

 RED value IS 47 (18.75% from 255) = 14.24%

 GREEN value IS 144 (56.64% from 255) = 43.64%

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

R = 14.24%
G = 43.64%
B = 42.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#2F908B (or 0x2F908B) is known color: Java. HEX triplet: 2F, 90 and 8B. RGB value is (47,144,139). Sum of RGB (Red+Green+Blue) = 47+144+139=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #2F908B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F908B is #D06F74. Grayscale: #727272. Windows color (decimal): -13660021 or 9146415. OLE color: 9146415.

HSL color Cylindrical-coordinate representation of color #2F908B: hue angle of 176.91º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F908B is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 144 139 -
CMYK 0.67 0 0.03 0.44
HSL 176.91º 0.51% 0.37% -
HSV(B) 176.91º 0.67% 0.56% -
XYZ 15.81 22.41 27.92 -
YUV 114.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 47 144 139 0.67 0 0.03 0.44 176.91 0.51 0.37
Hex 2F 90 8B 43 0 3 2C B1 33 25
Octal 57 220 213 103 0 3 54 261 63 45
Binary 101111 10010000 10001011 1000011 0 11 101100 10110001 110011 100101

Color Harmonies of #2F908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F908B

Black with #2F908B

Text Example


Text Example

White with #2F908B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,144,139); }

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

background-color css

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

 a { background-color: rgb(47,144,139); }

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

border-color css

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

 span { border-color: rgb(47,144,139); }

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