Html Css Color HEX #278481 Atoll

📋 copy color: '#278481'

red 39 ◦ green 132 ◦ blue 129

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

Shades of Atoll #278481

Tints of Atoll #278481

RGB

 RED value IS 39 (15.63% from 255) = 13%

 GREEN value IS 132 (51.95% from 255) = 44%

 BLUE value IS 129 (50.78% from 255) = 43%

R = 13%
G = 44%
B = 43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#278481 (or 0x278481) is known color: Atoll. HEX triplet: 27, 84 and 81. RGB value is (39,132,129). Sum of RGB (Red+Green+Blue) = 39+132+129=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #278481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278481 is #D87B7E. Grayscale: #676767. Windows color (decimal): -14187391 or 8487975. OLE color: 8487975.

HSL color Cylindrical-coordinate representation of color #278481: hue angle of 178.06º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278481 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 39 132 129 -
CMYK 0.70 0 0.02 0.48
HSL 178.06º 0.54% 0.34% -
HSV(B) 178.06º 0.7% 0.52% -
XYZ 13.05 18.52 23.66 -
YUV 103.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 39 132 129 0.70 0 0.02 0.48 178.06 0.54 0.34
Hex 27 84 81 46 0 2 30 B2 36 22
Octal 47 204 201 106 0 2 60 262 66 42
Binary 100111 10000100 10000001 1000110 0 10 110000 10110010 110110 100010

Color Harmonies of #278481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278481

Black with #278481

Text Example


Text Example

White with #278481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278481; }

 p { color: rgb(39,132,129); }

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

background-color css

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

 a { background-color: rgb(39,132,129); }

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

border-color css

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

 span { border-color: rgb(39,132,129); }

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