Html Css Color HEX #01827A Surfie Green

📋 copy color: '#01827A'

red 1 ◦ green 130 ◦ blue 122

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

Shades of Surfie Green #01827A

Tints of Surfie Green #01827A

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

 GREEN value IS 130 (51.17% from 255) = 51.38%

 BLUE value IS 122 (48.05% from 255) = 48.22%

R = 0.4%
G = 51.38%
B = 48.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#01827A (or 0x01827A) is known color: 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

RGB 1 130 122 -
CMYK 0.99 0 0.06 0.49
HSL 176.28º 0.98% 0.26% -
HSV(B) 176.28º 0.99% 0.51% -
XYZ 11.51 17.38 21.16 -
YUV 90.52 145.76 64.15 -
System Red Green Blue C M Y K H S L
Decimal 1 130 122 0.99 0 0.06 0.49 176.28 0.98 0.26
Hex 1 82 7A 63 0 6 31 B0 62 1A
Octal 1 202 172 143 0 6 61 260 142 32
Binary 1 10000010 1111010 1100011 0 110 110001 10110000 1100010 11010

Color Harmonies of #01827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01827A

Black with #01827A

Text Example


Text Example

White with #01827A

Text Example


Text Example

HTML Codes & Css Web 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>