Html Css Color HEX #02D28D Caribbean Green

📋 copy color: '#02D28D'

red 2 ◦ green 210 ◦ blue 141

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

Shades of Caribbean Green #02D28D

Tints of Caribbean Green #02D28D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.49%

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 0.57%
G = 59.49%
B = 39.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#02D28D (or 0x02D28D) is known color: Caribbean Green. HEX triplet: 02, D2 and 8D. RGB value is (2,210,141). Sum of RGB (Red+Green+Blue) = 2+210+141=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 210 (82.42% from 255 or 59.49% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 210 - color contains mainly: green. Hex color #02D28D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D28D is #FD2D72. Grayscale: #8C8C8C. Windows color (decimal): -16592243 or 9294338. OLE color: 9294338.

HSL color Cylindrical-coordinate representation of color #02D28D: hue angle of 160.1º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D28D is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 210 141 -
CMYK 0.99 0 0.33 0.18
HSL 160.1º 0.98% 0.42% -
HSV(B) 160.1º 0.99% 0.82% -
XYZ 27.88 48.03 33 -
YUV 139.94 128.59 29.61 -
System Red Green Blue C M Y K H S L
Decimal 2 210 141 0.99 0 0.33 0.18 160.1 0.98 0.42
Hex 2 D2 8D 63 0 21 12 A0 62 2A
Octal 2 322 215 143 0 41 22 240 142 52
Binary 10 11010010 10001101 1100011 0 100001 10010 10100000 1100010 101010

Color Harmonies of #02D28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D28D

Black with #02D28D

Text Example


Text Example

White with #02D28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02D28D; }

 p { color: rgb(2,210,141); }

 H1.HeaderClassName
 {
   color: #02D28D;
 }
 .AnyTagClassName
 {
   color: #02D28D;
 }
</style>

background-color css

<style>
 a { background-color: #02D28D; }

 a { background-color: rgb(2,210,141); }

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

border-color css

<style>
 span { border-color: #02D28D; }

 span { border-color: rgb(2,210,141); }

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