Html Css Color HEX #30988D Java

📋 copy color: '#30988D'

red 48 ◦ green 152 ◦ blue 141

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

Shades of Java #30988D

Tints of Java #30988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.57%

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

R = 14.08%
G = 44.57%
B = 41.35%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#30988D (or 0x30988D) is known color: Java. HEX triplet: 30, 98 and 8D. RGB value is (48,152,141). Sum of RGB (Red+Green+Blue) = 48+152+141=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #30988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30988D is #CF6772. Grayscale: #777777. Windows color (decimal): -13592435 or 9279536. OLE color: 9279536.

HSL color Cylindrical-coordinate representation of color #30988D: hue angle of 173.65º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30988D is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 141 -
CMYK 0.68 0 0.07 0.40
HSL 173.65º 0.52% 0.39% -
HSV(B) 173.65º 0.68% 0.6% -
XYZ 17.25 25.01 29.12 -
YUV 119.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 48 152 141 0.68 0 0.07 0.40 173.65 0.52 0.39
Hex 30 98 8D 44 0 7 28 AE 34 27
Octal 60 230 215 104 0 7 50 256 64 47
Binary 110000 10011000 10001101 1000100 0 111 101000 10101110 110100 100111

Color Harmonies of #30988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30988D

Black with #30988D

Text Example


Text Example

White with #30988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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