Html Css Color HEX #30958D Java

📋 copy color: '#30958D'

red 48 ◦ green 149 ◦ blue 141

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

Shades of Java #30958D

Tints of Java #30958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.08%

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 14.2%
G = 44.08%
B = 41.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#30958D (or 0x30958D) is known color: Java. HEX triplet: 30, 95 and 8D. RGB value is (48,149,141). Sum of RGB (Red+Green+Blue) = 48+149+141=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #30958D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30958D is #CF6A72. Grayscale: #757575. Windows color (decimal): -13593203 or 9278768. OLE color: 9278768.

HSL color Cylindrical-coordinate representation of color #30958D: hue angle of 175.25º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30958D is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 141 -
CMYK 0.68 0 0.05 0.42
HSL 175.25º 0.51% 0.39% -
HSV(B) 175.25º 0.68% 0.58% -
XYZ 16.77 24.05 28.96 -
YUV 117.89 141.04 78.15 -
System Red Green Blue C M Y K H S L
Decimal 48 149 141 0.68 0 0.05 0.42 175.25 0.51 0.39
Hex 30 95 8D 44 0 5 2A AF 33 27
Octal 60 225 215 104 0 5 52 257 63 47
Binary 110000 10010101 10001101 1000100 0 101 101010 10101111 110011 100111

Color Harmonies of #30958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30958D

Black with #30958D

Text Example


Text Example

White with #30958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30958D; }

 p { color: rgb(48,149,141); }

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

background-color css

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

 a { background-color: rgb(48,149,141); }

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

border-color css

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

 span { border-color: rgb(48,149,141); }

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