Html Css Color HEX #00D630 Dark Pastel Green

📋 copy color: '#00D630'

red 0 ◦ green 214 ◦ blue 48

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

Shades of Dark Pastel Green #00D630

Tints of Dark Pastel Green #00D630

RGB

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

 GREEN value IS 214 (83.98% from 255) = 81.68%

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 0%
G = 81.68%
B = 18.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#00D630 (or 0x00D630) is known color: Dark Pastel Green. HEX triplet: 00, D6 and 30. RGB value is (0,214,48). Sum of RGB (Red+Green+Blue) = 0+214+48=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 214 (83.98% from 255 or 81.68% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 214 - color contains mainly: green. Hex color #00D630 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D630 is #FF29CF. Grayscale: #838383. Windows color (decimal): -16722384 or 3200512. OLE color: 3200512.

HSL color Cylindrical-coordinate representation of color #00D630: hue angle of 133.46º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D630 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 214 48 -
CMYK 1 0 0.78 0.16
HSL 133.46º 1% 0.42% -
HSV(B) 133.46º 1% 0.84% -
XYZ 24.58 48.31 10.82 -
YUV 131.09 81.1 34.5 -
System Red Green Blue C M Y K H S L
Decimal 0 214 48 1 0 0.78 0.16 133.46 1 0.42
Hex 0 D6 30 64 0 4E 10 85 64 2A
Octal 0 326 60 144 0 116 20 205 144 52
Binary 0 11010110 110000 1100100 0 1001110 10000 10000101 1100100 101010

Color Harmonies of #00D630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D630

Black with #00D630

Text Example


Text Example

White with #00D630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,214,48); }

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

background-color css

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

 a { background-color: rgb(0,214,48); }

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

border-color css

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

 span { border-color: rgb(0,214,48); }

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