Html Css Color HEX #30817F Atoll

📋 copy color: '#30817F'

red 48 ◦ green 129 ◦ blue 127

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

Shades of Atoll #30817F

Tints of Atoll #30817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.43%

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

R = 15.79%
G = 42.43%
B = 41.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#30817F (or 0x30817F) is known color: Atoll. HEX triplet: 30, 81 and 7F. RGB value is (48,129,127). Sum of RGB (Red+Green+Blue) = 48+129+127=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #30817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30817F is #CF7E80. Grayscale: #686868. Windows color (decimal): -13598337 or 8356144. OLE color: 8356144.

HSL color Cylindrical-coordinate representation of color #30817F: hue angle of 178.52º 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 #30817F is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 127 -
CMYK 0.63 0 0.02 0.49
HSL 178.52º 0.46% 0.35% -
HSV(B) 178.52º 0.63% 0.51% -
XYZ 12.9 17.86 22.85 -
YUV 104.55 140.66 87.66 -
System Red Green Blue C M Y K H S L
Decimal 48 129 127 0.63 0 0.02 0.49 178.52 0.46 0.35
Hex 30 81 7F 3F 0 2 31 B3 2E 23
Octal 60 201 177 77 0 2 61 263 56 43
Binary 110000 10000001 1111111 111111 0 10 110001 10110011 101110 100011

Color Harmonies of #30817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30817F

Black with #30817F

Text Example


Text Example

White with #30817F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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