Html Css Color HEX #1F9283 Java

📋 copy color: '#1F9283'

red 31 ◦ green 146 ◦ blue 131

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

Shades of Java #1F9283

Tints of Java #1F9283

RGB

 RED value IS 31 (12.5% from 255) = 10.06%

 GREEN value IS 146 (57.42% from 255) = 47.4%

 BLUE value IS 131 (51.56% from 255) = 42.53%

R = 10.06%
G = 47.4%
B = 42.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#1F9283 (or 0x1F9283) is known color: Java. HEX triplet: 1F, 92 and 83. RGB value is (31,146,131). Sum of RGB (Red+Green+Blue) = 31+146+131=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #1F9283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9283 is #E06D7C. Grayscale: #6D6D6D. Windows color (decimal): -14708093 or 8622623. OLE color: 8622623.

HSL color Cylindrical-coordinate representation of color #1F9283: hue angle of 172.17º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9283 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 31 146 131 -
CMYK 0.79 0 0.10 0.43
HSL 172.17º 0.65% 0.35% -
HSV(B) 172.17º 0.79% 0.57% -
XYZ 14.94 22.49 25.03 -
YUV 109.91 139.9 71.72 -
System Red Green Blue C M Y K H S L
Decimal 31 146 131 0.79 0 0.10 0.43 172.17 0.65 0.35
Hex 1F 92 83 4F 0 A 2B AC 41 23
Octal 37 222 203 117 0 12 53 254 101 43
Binary 11111 10010010 10000011 1001111 0 1010 101011 10101100 1000001 100011

Color Harmonies of #1F9283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9283

Black with #1F9283

Text Example


Text Example

White with #1F9283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F9283; }

 p { color: rgb(31,146,131); }

 H1.HeaderClassName
 {
   color: #1F9283;
 }
 .AnyTagClassName
 {
   color: #1F9283;
 }
</style>

background-color css

<style>
 a { background-color: #1F9283; }

 a { background-color: rgb(31,146,131); }

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

border-color css

<style>
 span { border-color: #1F9283; }

 span { border-color: rgb(31,146,131); }

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