Html Css Color HEX #30978F Java

📋 copy color: '#30978F'

red 48 ◦ green 151 ◦ blue 143

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

Shades of Java #30978F

Tints of Java #30978F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.15%

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

R = 14.04%
G = 44.15%
B = 41.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#30978F (or 0x30978F) is known color: Java. HEX triplet: 30, 97 and 8F. RGB value is (48,151,143). Sum of RGB (Red+Green+Blue) = 48+151+143=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 151 - color contains mainly: green. Hex color #30978F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30978F is #CF6870. Grayscale: #777777. Windows color (decimal): -13592689 or 9410352. OLE color: 9410352.

HSL color Cylindrical-coordinate representation of color #30978F: hue angle of 175.34º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30978F is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 151 143 -
CMYK 0.68 0 0.05 0.41
HSL 175.34º 0.52% 0.39% -
HSV(B) 175.34º 0.68% 0.59% -
XYZ 17.24 24.74 29.85 -
YUV 119.29 141.38 77.15 -
System Red Green Blue C M Y K H S L
Decimal 48 151 143 0.68 0 0.05 0.41 175.34 0.52 0.39
Hex 30 97 8F 44 0 5 29 AF 34 27
Octal 60 227 217 104 0 5 51 257 64 47
Binary 110000 10010111 10001111 1000100 0 101 101001 10101111 110100 100111

Color Harmonies of #30978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30978F

Black with #30978F

Text Example


Text Example

White with #30978F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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