Html Css Color HEX #30958B Java

📋 copy color: '#30958B'

red 48 ◦ green 149 ◦ blue 139

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

Shades of Java #30958B

Tints of Java #30958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 14.29%
G = 44.35%
B = 41.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#30958B (or 0x30958B) is known color: Java. HEX triplet: 30, 95 and 8B. RGB value is (48,149,139). Sum of RGB (Red+Green+Blue) = 48+149+139=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #30958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30958B is #CF6A74. Grayscale: #757575. Windows color (decimal): -13593205 or 9147696. OLE color: 9147696.

HSL color Cylindrical-coordinate representation of color #30958B: hue angle of 174.06º 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 #30958B is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 139 -
CMYK 0.68 0 0.07 0.42
HSL 174.06º 0.51% 0.39% -
HSV(B) 174.06º 0.68% 0.58% -
XYZ 16.63 23.99 28.18 -
YUV 117.66 140.04 78.31 -
System Red Green Blue C M Y K H S L
Decimal 48 149 139 0.68 0 0.07 0.42 174.06 0.51 0.39
Hex 30 95 8B 44 0 7 2A AE 33 27
Octal 60 225 213 104 0 7 52 256 63 47
Binary 110000 10010101 10001011 1000100 0 111 101010 10101110 110011 100111

Color Harmonies of #30958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30958B

Black with #30958B

Text Example


Text Example

White with #30958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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