Html Css Color HEX #30918F Java

📋 copy color: '#30918F'

red 48 ◦ green 145 ◦ blue 143

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

Shades of Java #30918F

Tints of Java #30918F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.15%

 BLUE value IS 143 (56.25% from 255) = 42.56%

R = 14.29%
G = 43.15%
B = 42.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#30918F (or 0x30918F) is known color: Java. HEX triplet: 30, 91 and 8F. RGB value is (48,145,143). Sum of RGB (Red+Green+Blue) = 48+145+143=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #30918F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30918F is #CF6E70. Grayscale: #737373. Windows color (decimal): -13594225 or 9408816. OLE color: 9408816.

HSL color Cylindrical-coordinate representation of color #30918F: hue angle of 178.76º degrees, saturation: 0.5, 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 #30918F is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 143 -
CMYK 0.67 0 0.01 0.43
HSL 178.76º 0.5% 0.38% -
HSV(B) 178.76º 0.67% 0.57% -
XYZ 16.3 22.86 29.54 -
YUV 115.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 48 145 143 0.67 0 0.01 0.43 178.76 0.5 0.38
Hex 30 91 8F 43 0 1 2B B3 32 26
Octal 60 221 217 103 0 1 53 263 62 46
Binary 110000 10010001 10001111 1000011 0 1 101011 10110011 110010 100110

Color Harmonies of #30918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30918F

Black with #30918F

Text Example


Text Example

White with #30918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30918F; }

 p { color: rgb(48,145,143); }

 H1.HeaderClassName
 {
   color: #30918F;
 }
 .AnyTagClassName
 {
   color: #30918F;
 }
</style>

background-color css

<style>
 a { background-color: #30918F; }

 a { background-color: rgb(48,145,143); }

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

border-color css

<style>
 span { border-color: #30918F; }

 span { border-color: rgb(48,145,143); }

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