Html Css Color HEX #2F9092 Java

📋 copy color: '#2F9092'

red 47 ◦ green 144 ◦ blue 146

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

Shades of Java #2F9092

Tints of Java #2F9092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 13.95%
G = 42.73%
B = 43.32%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F9092 (or 0x2F9092) is known color: Java. HEX triplet: 2F, 90 and 92. RGB value is (47,144,146). Sum of RGB (Red+Green+Blue) = 47+144+146=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F9092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9092 is #D06F6D. Grayscale: #737373. Windows color (decimal): -13660014 or 9605167. OLE color: 9605167.

HSL color Cylindrical-coordinate representation of color #2F9092: hue angle of 181.21º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9092 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 144 146 -
CMYK 0.68 0.01 0 0.43
HSL 181.21º 0.51% 0.38% -
HSV(B) 181.21º 0.68% 0.57% -
XYZ 16.33 22.63 30.7 -
YUV 115.23 145.36 79.34 -
System Red Green Blue C M Y K H S L
Decimal 47 144 146 0.68 0.01 0 0.43 181.21 0.51 0.38
Hex 2F 90 92 44 1 0 2B B5 33 26
Octal 57 220 222 104 1 0 53 265 63 46
Binary 101111 10010000 10010010 1000100 1 0 101011 10110101 110011 100110

Color Harmonies of #2F9092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9092

Black with #2F9092

Text Example


Text Example

White with #2F9092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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