Html Css Color HEX #30938A Java

📋 copy color: '#30938A'

red 48 ◦ green 147 ◦ blue 138

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

Shades of Java #30938A

Tints of Java #30938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.14%

 BLUE value IS 138 (54.3% from 255) = 41.44%

R = 14.41%
G = 44.14%
B = 41.44%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#30938A (or 0x30938A) is known color: Java. HEX triplet: 30, 93 and 8A. RGB value is (48,147,138). Sum of RGB (Red+Green+Blue) = 48+147+138=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #30938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30938A is #CF6C75. Grayscale: #747474. Windows color (decimal): -13593718 or 9081648. OLE color: 9081648.

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

Color convert

RGB 48 147 138 -
CMYK 0.67 0 0.06 0.42
HSL 174.55º 0.51% 0.38% -
HSV(B) 174.55º 0.67% 0.58% -
XYZ 16.24 23.33 27.69 -
YUV 116.37 140.2 79.23 -
System Red Green Blue C M Y K H S L
Decimal 48 147 138 0.67 0 0.06 0.42 174.55 0.51 0.38
Hex 30 93 8A 43 0 6 2A AF 33 26
Octal 60 223 212 103 0 6 52 257 63 46
Binary 110000 10010011 10001010 1000011 0 110 101010 10101111 110011 100110

Color Harmonies of #30938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30938A

Black with #30938A

Text Example


Text Example

White with #30938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30938A; }

 p { color: rgb(48,147,138); }

 H1.HeaderClassName
 {
   color: #30938A;
 }
 .AnyTagClassName
 {
   color: #30938A;
 }
</style>

background-color css

<style>
 a { background-color: #30938A; }

 a { background-color: rgb(48,147,138); }

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

border-color css

<style>
 span { border-color: #30938A; }

 span { border-color: rgb(48,147,138); }

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