Html Css Color HEX #02C344 Dark Pastel Green

📋 copy color: '#02C344'

red 2 ◦ green 195 ◦ blue 68

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

Shades of Dark Pastel Green #02C344

Tints of Dark Pastel Green #02C344

RGB

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

 GREEN value IS 195 (76.56% from 255) = 73.58%

 BLUE value IS 68 (26.95% from 255) = 25.66%

R = 0.75%
G = 73.58%
B = 25.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#02C344 (or 0x02C344) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 44. RGB value is (2,195,68). Sum of RGB (Red+Green+Blue) = 2+195+68=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 195 (76.56% from 255 or 73.58% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 195 - color contains mainly: green. Hex color #02C344 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C344 is #FD3CBB. Grayscale: #7B7B7B. Windows color (decimal): -16596156 or 4506370. OLE color: 4506370.

HSL color Cylindrical-coordinate representation of color #02C344: hue angle of 140.52º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C344 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 195 68 -
CMYK 0.99 0 0.65 0.24
HSL 140.52º 0.98% 0.39% -
HSV(B) 140.52º 0.99% 0.76% -
XYZ 20.58 39.46 12 -
YUV 122.82 97.06 41.83 -
System Red Green Blue C M Y K H S L
Decimal 2 195 68 0.99 0 0.65 0.24 140.52 0.98 0.39
Hex 2 C3 44 63 0 41 18 8D 62 27
Octal 2 303 104 143 0 101 30 215 142 47
Binary 10 11000011 1000100 1100011 0 1000001 11000 10001101 1100010 100111

Color Harmonies of #02C344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C344

Black with #02C344

Text Example


Text Example

White with #02C344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,195,68); }

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

background-color css

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

 a { background-color: rgb(2,195,68); }

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

border-color css

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

 span { border-color: rgb(2,195,68); }

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