Html Css Color HEX #30837F Atoll

📋 copy color: '#30837F'

red 48 ◦ green 131 ◦ blue 127

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

Shades of Atoll #30837F

Tints of Atoll #30837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.81%

 BLUE value IS 127 (50% from 255) = 41.5%

R = 15.69%
G = 42.81%
B = 41.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#30837F (or 0x30837F) is known color: Atoll. HEX triplet: 30, 83 and 7F. RGB value is (48,131,127). Sum of RGB (Red+Green+Blue) = 48+131+127=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #30837F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30837F is #CF7C80. Grayscale: #696969. Windows color (decimal): -13597825 or 8356656. OLE color: 8356656.

HSL color Cylindrical-coordinate representation of color #30837F: hue angle of 177.11º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30837F is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 127 -
CMYK 0.63 0 0.03 0.49
HSL 177.11º 0.46% 0.35% -
HSV(B) 177.11º 0.63% 0.51% -
XYZ 13.17 18.39 22.94 -
YUV 105.73 140 86.83 -
System Red Green Blue C M Y K H S L
Decimal 48 131 127 0.63 0 0.03 0.49 177.11 0.46 0.35
Hex 30 83 7F 3F 0 3 31 B1 2E 23
Octal 60 203 177 77 0 3 61 261 56 43
Binary 110000 10000011 1111111 111111 0 11 110001 10110001 101110 100011

Color Harmonies of #30837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30837F

Black with #30837F

Text Example


Text Example

White with #30837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,131,127); }

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

background-color css

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

 a { background-color: rgb(48,131,127); }

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

border-color css

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

 span { border-color: rgb(48,131,127); }

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