#01827A

Color #01827A Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #01827A

Tints of Surfie Green #01827A

Color information

#01827A (or 0x01827A) is unknown color: approx Surfie Green. HEX triplet: 01, 82 and 7A. RGB value is (1,130,122). Sum of RGB (Red+Green+Blue) = 1+130+122=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #01827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01827A is #FE7D85. Grayscale: #5A5A5A. Windows color (decimal): -16678278 or 8028673. OLE color: 8028673.

HSL color Cylindrical-coordinate representation of color #01827A: hue angle of 176.28º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01827A is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB1130122-
CMYK0.9900.060.49
HSL176.28º98.47%25.69%-
HSV(B)176.28º99.23%50.98%-
XYZ11.5117.3821.16-
YUV90.52145.7664.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 130 (51.17% from 255) = 51.38%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=0.40%
G=51.38%
B=48.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11301220.9900.060.49176.2898.4725.69
Hex1827A630631b0621a
Octal1202172143066126014232
Binary11000001011110101100011011011000110110000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01827A; }

 p { color: rgb(1,130,122); }

 H1.HeaderClassName
 {
   color: #01827A;
 }
 .AnyTagClassName
 {
   color: #01827A;
 }
</style>
background-color css

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

 a { background-color: rgb(1,130,122); }

 div.DivClassName
 {
   background-color: #01827A;
 }
 .BgClassName
 {
   background-color: #01827A;
 }
</style>
border-color css

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

 span { border-color: rgb(1,130,122); }

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