Html Css Color HEX #00D242 Dark Pastel Green

📋 copy color: '#00D242'

red 0 ◦ green 210 ◦ blue 66

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

Shades of Dark Pastel Green #00D242

Tints of Dark Pastel Green #00D242

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 0%
G = 76.09%
B = 23.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#00D242 (or 0x00D242) is known color: Dark Pastel Green. HEX triplet: 00, D2 and 42. RGB value is (0,210,66). Sum of RGB (Red+Green+Blue) = 0+210+66=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 210 (82.42% from 255 or 76.09% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 210 - color contains mainly: green. Hex color #00D242 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D242 is #FF2DBD. Grayscale: #838383. Windows color (decimal): -16723390 or 4379136. OLE color: 4379136.

HSL color Cylindrical-coordinate representation of color #00D242: hue angle of 138.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D242 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 210 66 -
CMYK 1 0 0.69 0.18
HSL 138.86º 1% 0.41% -
HSV(B) 138.86º 1% 0.82% -
XYZ 24.03 46.49 12.86 -
YUV 130.79 91.43 34.71 -
System Red Green Blue C M Y K H S L
Decimal 0 210 66 1 0 0.69 0.18 138.86 1 0.41
Hex 0 D2 42 64 0 45 12 8B 64 29
Octal 0 322 102 144 0 105 22 213 144 51
Binary 0 11010010 1000010 1100100 0 1000101 10010 10001011 1100100 101001

Color Harmonies of #00D242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D242

Black with #00D242

Text Example


Text Example

White with #00D242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00D242; }

 p { color: rgb(0,210,66); }

 H1.HeaderClassName
 {
   color: #00D242;
 }
 .AnyTagClassName
 {
   color: #00D242;
 }
</style>

background-color css

<style>
 a { background-color: #00D242; }

 a { background-color: rgb(0,210,66); }

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

border-color css

<style>
 span { border-color: #00D242; }

 span { border-color: rgb(0,210,66); }

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