#12837A

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

Shades of Surfie Green #12837A

Tints of Surfie Green #12837A

Color information

#12837A (or 0x12837A) is unknown color: approx Surfie Green. HEX triplet: 12, 83 and 7A. RGB value is (18,131,122). Sum of RGB (Red+Green+Blue) = 18+131+122=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #12837A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12837A is #ED7C85. Grayscale: #606060. Windows color (decimal): -15563910 or 8028946. OLE color: 8028946.

HSL color Cylindrical-coordinate representation of color #12837A: hue angle of 175.22º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12837A is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB18131122-
CMYK0.8600.070.49
HSL175.22º75.84%29.22%-
HSV(B)175.22º86.26%51.37%-
XYZ11.8817.7721.22-
YUV96.19142.5672.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 131 (51.56% from 255) = 48.34%
BLUE value IS 122 (48.05% from 255) = 45.02%
R=6.64%
G=48.34%
B=45.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181311220.8600.070.49175.2275.8429.22
Hex12837A560731af4c1d
Octal22203172126076125711435
Binary100101000001111110101010110011111000110101111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,131,122); }

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

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

 a { background-color: rgb(18,131,122); }

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

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

 span { border-color: rgb(18,131,122); }

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