Html Css Color HEX #2F9498 Java

📋 copy color: '#2F9498'

red 47 ◦ green 148 ◦ blue 152

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

Shades of Java #2F9498

Tints of Java #2F9498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.8%

R = 13.54%
G = 42.65%
B = 43.8%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2F9498 (or 0x2F9498) is known color: Java. HEX triplet: 2F, 94 and 98. RGB value is (47,148,152). Sum of RGB (Red+Green+Blue) = 47+148+152=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F9498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9498 is #D06B67. Grayscale: #767676. Windows color (decimal): -13658984 or 9999407. OLE color: 9999407.

HSL color Cylindrical-coordinate representation of color #2F9498: hue angle of 182.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9498 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 148 152 -
CMYK 0.69 0.03 0 0.40
HSL 182.29º 0.53% 0.39% -
HSV(B) 182.29º 0.69% 0.6% -
XYZ 17.43 24.05 33.43 -
YUV 118.26 147.04 77.17 -
System Red Green Blue C M Y K H S L
Decimal 47 148 152 0.69 0.03 0 0.40 182.29 0.53 0.39
Hex 2F 94 98 45 3 0 28 B6 35 27
Octal 57 224 230 105 3 0 50 266 65 47
Binary 101111 10010100 10011000 1000101 11 0 101000 10110110 110101 100111

Color Harmonies of #2F9498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9498

Black with #2F9498

Text Example


Text Example

White with #2F9498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,148,152); }

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

background-color css

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

 a { background-color: rgb(47,148,152); }

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

border-color css

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

 span { border-color: rgb(47,148,152); }

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