Html Css Color HEX #02754D Watercourse

📋 copy color: '#02754D'

red 2 ◦ green 117 ◦ blue 77

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

Shades of Watercourse #02754D

Tints of Watercourse #02754D

RGB

 RED value IS 2 (1.17% from 255) = 1.02%

 GREEN value IS 117 (46.09% from 255) = 59.69%

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 1.02%
G = 59.69%
B = 39.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#02754D (or 0x02754D) is known color: Watercourse. HEX triplet: 02, 75 and 4D. RGB value is (2,117,77). Sum of RGB (Red+Green+Blue) = 2+117+77=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #02754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02754D is #FD8AB2. Grayscale: #4E4E4E. Windows color (decimal): -16616115 or 5076226. OLE color: 5076226.

HSL color Cylindrical-coordinate representation of color #02754D: hue angle of 159.13º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02754D is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 117 77 -
CMYK 0.98 0 0.34 0.54
HSL 159.13º 0.97% 0.23% -
HSV(B) 159.13º 0.98% 0.46% -
XYZ 7.73 13.27 9.18 -
YUV 78.06 127.4 73.75 -
System Red Green Blue C M Y K H S L
Decimal 2 117 77 0.98 0 0.34 0.54 159.13 0.97 0.23
Hex 2 75 4D 62 0 22 36 9F 61 17
Octal 2 165 115 142 0 42 66 237 141 27
Binary 10 1110101 1001101 1100010 0 100010 110110 10011111 1100001 10111

Color Harmonies of #02754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02754D

Black with #02754D

Text Example


Text Example

White with #02754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02754D; }

 p { color: rgb(2,117,77); }

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

background-color css

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

 a { background-color: rgb(2,117,77); }

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

border-color css

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

 span { border-color: rgb(2,117,77); }

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