Html Css Color HEX #30948C Java

📋 copy color: '#30948C'

red 48 ◦ green 148 ◦ blue 140

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

Shades of Java #30948C

Tints of Java #30948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.05%

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 14.29%
G = 44.05%
B = 41.67%

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

#30948C (or 0x30948C) is known color: Java. HEX triplet: 30, 94 and 8C. RGB value is (48,148,140). Sum of RGB (Red+Green+Blue) = 48+148+140=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #30948C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30948C is #CF6B73. Grayscale: #757575. Windows color (decimal): -13593460 or 9212976. OLE color: 9212976.

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

Color convert

RGB 48 148 140 -
CMYK 0.68 0 0.05 0.42
HSL 175.2º 0.51% 0.38% -
HSV(B) 175.2º 0.68% 0.58% -
XYZ 16.54 23.7 28.51 -
YUV 117.19 140.87 78.65 -
System Red Green Blue C M Y K H S L
Decimal 48 148 140 0.68 0 0.05 0.42 175.2 0.51 0.38
Hex 30 94 8C 44 0 5 2A AF 33 26
Octal 60 224 214 104 0 5 52 257 63 46
Binary 110000 10010100 10001100 1000100 0 101 101010 10101111 110011 100110

Color Harmonies of #30948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30948C

Black with #30948C

Text Example


Text Example

White with #30948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30948C; }

 p { color: rgb(48,148,140); }

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

background-color css

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

 a { background-color: rgb(48,148,140); }

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

border-color css

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

 span { border-color: rgb(48,148,140); }

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