Html Css Color HEX #279385 Java

📋 copy color: '#279385'

red 39 ◦ green 147 ◦ blue 133

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

Shades of Java #279385

Tints of Java #279385

RGB

 RED value IS 39 (15.63% from 255) = 12.23%

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

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 12.23%
G = 46.08%
B = 41.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#279385 (or 0x279385) is known color: Java. HEX triplet: 27, 93 and 85. RGB value is (39,147,133). Sum of RGB (Red+Green+Blue) = 39+147+133=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #279385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279385 is #D86C7A. Grayscale: #717171. Windows color (decimal): -14183547 or 8753959. OLE color: 8753959.

HSL color Cylindrical-coordinate representation of color #279385: hue angle of 172.22º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #279385 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 147 133 -
CMYK 0.73 0 0.10 0.42
HSL 172.22º 0.58% 0.36% -
HSV(B) 172.22º 0.73% 0.58% -
XYZ 15.5 22.99 25.81 -
YUV 113.11 139.22 75.14 -
System Red Green Blue C M Y K H S L
Decimal 39 147 133 0.73 0 0.10 0.42 172.22 0.58 0.36
Hex 27 93 85 49 0 A 2A AC 3A 24
Octal 47 223 205 111 0 12 52 254 72 44
Binary 100111 10010011 10000101 1001001 0 1010 101010 10101100 111010 100100

Color Harmonies of #279385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279385

Black with #279385

Text Example


Text Example

White with #279385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279385; }

 p { color: rgb(39,147,133); }

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

background-color css

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

 a { background-color: rgb(39,147,133); }

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

border-color css

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

 span { border-color: rgb(39,147,133); }

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