Html Css Color HEX #00DA2B Dark Pastel Green

📋 copy color: '#00DA2B'

red 0 ◦ green 218 ◦ blue 43

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

Shades of Dark Pastel Green #00DA2B

Tints of Dark Pastel Green #00DA2B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 83.52%

 BLUE value IS 43 (17.19% from 255) = 16.48%

R = 0%
G = 83.52%
B = 16.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#00DA2B (or 0x00DA2B) is known color: Dark Pastel Green. HEX triplet: 00, DA and 2B. RGB value is (0,218,43). Sum of RGB (Red+Green+Blue) = 0+218+43=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 218 (85.55% from 255 or 83.52% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DA2B is #FF25D4. Grayscale: #858585. Windows color (decimal): -16721365 or 2873856. OLE color: 2873856.

HSL color Cylindrical-coordinate representation of color #00DA2B: hue angle of 131.83º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DA2B is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 218 43 -
CMYK 1 0 0.80 0.15
HSL 131.83º 1% 0.43% -
HSV(B) 131.83º 1% 0.85% -
XYZ 25.51 50.32 10.65 -
YUV 132.87 77.28 33.23 -
System Red Green Blue C M Y K H S L
Decimal 0 218 43 1 0 0.80 0.15 131.83 1 0.43
Hex 0 DA 2B 64 0 50 F 84 64 2B
Octal 0 332 53 144 0 120 17 204 144 53
Binary 0 11011010 101011 1100100 0 1010000 1111 10000100 1100100 101011

Color Harmonies of #00DA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DA2B

Black with #00DA2B

Text Example


Text Example

White with #00DA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,218,43); }

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

background-color css

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

 a { background-color: rgb(0,218,43); }

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

border-color css

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

 span { border-color: rgb(0,218,43); }

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