Html Css Color HEX #30938F Java

📋 copy color: '#30938F'

red 48 ◦ green 147 ◦ blue 143

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

Shades of Java #30938F

Tints of Java #30938F

RGB

 RED value IS 48 (19.14% from 255) = 14.2%

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

 BLUE value IS 143 (56.25% from 255) = 42.31%

R = 14.2%
G = 43.49%
B = 42.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#30938F (or 0x30938F) is known color: Java. HEX triplet: 30, 93 and 8F. RGB value is (48,147,143). Sum of RGB (Red+Green+Blue) = 48+147+143=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #30938F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30938F is #CF6C70. Grayscale: #747474. Windows color (decimal): -13593713 or 9409328. OLE color: 9409328.

HSL color Cylindrical-coordinate representation of color #30938F: hue angle of 177.58º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30938F is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 147 143 -
CMYK 0.67 0 0.03 0.42
HSL 177.58º 0.51% 0.38% -
HSV(B) 177.58º 0.67% 0.58% -
XYZ 16.61 23.48 29.64 -
YUV 116.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 48 147 143 0.67 0 0.03 0.42 177.58 0.51 0.38
Hex 30 93 8F 43 0 3 2A B2 33 26
Octal 60 223 217 103 0 3 52 262 63 46
Binary 110000 10010011 10001111 1000011 0 11 101010 10110010 110011 100110

Color Harmonies of #30938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30938F

Black with #30938F

Text Example


Text Example

White with #30938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30938F; }

 p { color: rgb(48,147,143); }

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

background-color css

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

 a { background-color: rgb(48,147,143); }

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

border-color css

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

 span { border-color: rgb(48,147,143); }

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