Html Css Color HEX #02754B Watercourse

📋 copy color: '#02754B'

red 2 ◦ green 117 ◦ blue 75

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

Shades of Watercourse #02754B

Tints of Watercourse #02754B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.66%

R = 1.03%
G = 60.31%
B = 38.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#02754B (or 0x02754B) is known color: Watercourse. HEX triplet: 02, 75 and 4B. RGB value is (2,117,75). Sum of RGB (Red+Green+Blue) = 2+117+75=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #02754B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02754B is #FD8AB4. Grayscale: #4D4D4D. Windows color (decimal): -16616117 or 4945154. OLE color: 4945154.

HSL color Cylindrical-coordinate representation of color #02754B: hue angle of 158.09º 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 #02754B is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 117 75 -
CMYK 0.98 0 0.36 0.54
HSL 158.09º 0.97% 0.23% -
HSV(B) 158.09º 0.98% 0.46% -
XYZ 7.66 13.24 8.81 -
YUV 77.83 126.4 73.92 -
System Red Green Blue C M Y K H S L
Decimal 2 117 75 0.98 0 0.36 0.54 158.09 0.97 0.23
Hex 2 75 4B 62 0 24 36 9E 61 17
Octal 2 165 113 142 0 44 66 236 141 27
Binary 10 1110101 1001011 1100010 0 100100 110110 10011110 1100001 10111

Color Harmonies of #02754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02754B

Black with #02754B

Text Example


Text Example

White with #02754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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