Html Css Color HEX #30928E Java

📋 copy color: '#30928E'

red 48 ◦ green 146 ◦ blue 142

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

Shades of Java #30928E

Tints of Java #30928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.45%

 BLUE value IS 142 (55.86% from 255) = 42.26%

R = 14.29%
G = 43.45%
B = 42.26%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#30928E (or 0x30928E) is known color: Java. HEX triplet: 30, 92 and 8E. RGB value is (48,146,142). Sum of RGB (Red+Green+Blue) = 48+146+142=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #30928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30928E is #CF6D71. Grayscale: #747474. Windows color (decimal): -13593970 or 9343536. OLE color: 9343536.

HSL color Cylindrical-coordinate representation of color #30928E: hue angle of 177.55º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30928E is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 142 -
CMYK 0.67 0 0.03 0.43
HSL 177.55º 0.51% 0.38% -
HSV(B) 177.55º 0.67% 0.57% -
XYZ 16.38 23.14 29.19 -
YUV 116.24 142.53 79.33 -
System Red Green Blue C M Y K H S L
Decimal 48 146 142 0.67 0 0.03 0.43 177.55 0.51 0.38
Hex 30 92 8E 43 0 3 2B B2 33 26
Octal 60 222 216 103 0 3 53 262 63 46
Binary 110000 10010010 10001110 1000011 0 11 101011 10110010 110011 100110

Color Harmonies of #30928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30928E

Black with #30928E

Text Example


Text Example

White with #30928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30928E; }

 p { color: rgb(48,146,142); }

 H1.HeaderClassName
 {
   color: #30928E;
 }
 .AnyTagClassName
 {
   color: #30928E;
 }
</style>

background-color css

<style>
 a { background-color: #30928E; }

 a { background-color: rgb(48,146,142); }

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

border-color css

<style>
 span { border-color: #30928E; }

 span { border-color: rgb(48,146,142); }

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