Html Css Color HEX #2F9398 Java

📋 copy color: '#2F9398'

red 47 ◦ green 147 ◦ blue 152

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

Shades of Java #2F9398

Tints of Java #2F9398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.49%

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

R = 13.58%
G = 42.49%
B = 43.93%

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

#2F9398 (or 0x2F9398) is known color: Java. HEX triplet: 2F, 93 and 98. RGB value is (47,147,152). Sum of RGB (Red+Green+Blue) = 47+147+152=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F9398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9398 is #D06C67. Grayscale: #757575. Windows color (decimal): -13659240 or 9999151. OLE color: 9999151.

HSL color Cylindrical-coordinate representation of color #2F9398: hue angle of 182.86º 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 #2F9398 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 147 152 -
CMYK 0.69 0.03 0 0.40
HSL 182.86º 0.53% 0.39% -
HSV(B) 182.86º 0.69% 0.6% -
XYZ 17.27 23.74 33.38 -
YUV 117.67 147.37 77.59 -
System Red Green Blue C M Y K H S L
Decimal 47 147 152 0.69 0.03 0 0.40 182.86 0.53 0.39
Hex 2F 93 98 45 3 0 28 B7 35 27
Octal 57 223 230 105 3 0 50 267 65 47
Binary 101111 10010011 10011000 1000101 11 0 101000 10110111 110101 100111

Color Harmonies of #2F9398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9398

Black with #2F9398

Text Example


Text Example

White with #2F9398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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